Skip to content

Commit 6981da4

Browse files
authored
test(nodejs): remove 15 add 16 (#1322)
1 parent 4b86ab0 commit 6981da4

File tree

1 file changed

+1
-1
lines changed
  • synthtool/gcp/templates/node_library/.github/workflows

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node: [10, 12, 14, 15]
12+
node: [10, 12, 14, 16]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v1

0 commit comments

Comments
 (0)