Skip to content

Commit

Permalink
build: add extra test for Node 20, update windows tests (#1828)
Browse files Browse the repository at this point in the history
* build: add extra test for Node 20, update windows tests
  • Loading branch information
sofisl authored Jul 10, 2023
1 parent 787b61c commit 38f5d4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [{{metadata['engine'] | int}}, {{metadata['engine'] | int+2}}, {{metadata['engine'] | int+4}}]
node: [{{metadata['engine'] | int}}, {{metadata['engine'] | int+2}}, {{metadata['engine'] | int+4}}, {{metadata['engine'] | int+6}}]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion synthtool/gcp/templates/node_library/.kokoro/test.bat

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

0 comments on commit 38f5d4b

Please sign in to comment.