We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f6ef0e commit b7413d3Copy full SHA for b7413d3
1 file changed
synthtool/gcp/templates/node_library/.github/workflows/ci.yaml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- node: [10, 12, 13]
+ node: [10, 12, 14, 15]
13
steps:
14
- uses: actions/checkout@v2
15
- uses: actions/setup-node@v1
@@ -33,7 +33,7 @@ jobs:
33
34
35
with:
36
- node-version: 12
+ node-version: 14
37
- run: npm install
38
- run: npm test
39
- name: coverage
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
52
- run: npm run lint
53
docs:
@@ -56,6 +56,6 @@ jobs:
56
57
58
59
60
61
- run: npm run docs-test
0 commit comments