Skip to content

Commit b7413d3

Browse files
author
Benjamin E. Coe
authored
build(node): update testing matrix (#825)
1 parent 5f6ef0e commit b7413d3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

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

Lines changed: 4 additions & 4 deletions
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, 13]
12+
node: [10, 12, 14, 15]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v1
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v2
3434
- uses: actions/setup-node@v1
3535
with:
36-
node-version: 12
36+
node-version: 14
3737
- run: npm install
3838
- run: npm test
3939
- name: coverage
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@v2
4848
- uses: actions/setup-node@v1
4949
with:
50-
node-version: 12
50+
node-version: 14
5151
- run: npm install
5252
- run: npm run lint
5353
docs:
@@ -56,6 +56,6 @@ jobs:
5656
- uses: actions/checkout@v2
5757
- uses: actions/setup-node@v1
5858
with:
59-
node-version: 12
59+
node-version: 14
6060
- run: npm install
6161
- run: npm run docs-test

0 commit comments

Comments
 (0)