Skip to content

Commit 6981da4

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • synthtool/gcp/templates/node_library/.github/workflows

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: [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)