Skip to content

Commit 38f5d4b

Browse files
authored
build: add extra test for Node 20, update windows tests (#1828)
* build: add extra test for Node 20, update windows tests
1 parent 787b61c commit 38f5d4b

File tree

2 files changed

+2
-2
lines changed
  • synthtool/gcp/templates/node_library

2 files changed

+2
-2
lines changed

synthtool/gcp/templates/node_library/.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node: [{{metadata['engine'] | int}}, {{metadata['engine'] | int+2}}, {{metadata['engine'] | int+4}}]
12+
node: [{{metadata['engine'] | int}}, {{metadata['engine'] | int+2}}, {{metadata['engine'] | int+4}}, {{metadata['engine'] | int+6}}]
1313
steps:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3

synthtool/gcp/templates/node_library/.kokoro/test.bat

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)