We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587c201 commit fc7e27dCopy full SHA for fc7e27d
.github/workflows/ci.yml
@@ -14,6 +14,7 @@ jobs:
14
- 10
15
- 12
16
- 14
17
+ - 16
18
os:
19
- macOS-latest
20
- ubuntu-latest
@@ -25,7 +26,7 @@ jobs:
25
26
node-version: ${{ matrix.node }}
27
- run: npm install
28
- run: npm run lint
- if: matrix.node == 14 && matrix.os == 'ubuntu-latest'
29
+ if: matrix.node == 16 && matrix.os == 'ubuntu-latest'
30
- run: npm test
31
- run:
32
echo ::set-output name=job_id::$(node -e
appveyor.yml
@@ -1,5 +1,6 @@
1
environment:
2
matrix:
3
+ - nodejs_version: '16'
4
- nodejs_version: '14'
5
- nodejs_version: '12'
6
- nodejs_version: '10'
0 commit comments