We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64dec9e commit e49afc0Copy full SHA for e49afc0
.github/workflows/test-and-publish.yml
@@ -16,10 +16,10 @@ jobs:
16
runs-on: ubuntu-latest
17
strategy:
18
matrix:
19
- node: [10, 12, 14]
+ node: [10, 12, 14, 16]
20
steps:
21
- uses: actions/checkout@v2
22
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v2
23
with:
24
node-version: ${{ matrix.node }}
25
- name: Install dependencies
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
node-version: 14
40
registry-url: https://registry.npmjs.org/
0 commit comments