Skip to content

Commit

Permalink
fix: publishing build system
Browse files Browse the repository at this point in the history
Switches kokoro build system to use node16 since node14 is still using
npm6 which fails to properly build the project since it did not respect
the lifecycle scripts when publishing.
  • Loading branch information
ruyadorno committed Mar 15, 2023
1 parent c3b3e33 commit 1819179
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@
!/.gitignore
!/.github
!/.gitattributes
!/.trampolinerc
!/.kokoro
!/tsconfig*.json
2 changes: 1 addition & 1 deletion .kokoro/common.cfg

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .kokoro/release/publish.cfg

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1819179

Please sign in to comment.