Skip to content

Commit fc7e27d

Browse files
committed
[ci] Test on node 16
1 parent 587c201 commit fc7e27d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- 10
1515
- 12
1616
- 14
17+
- 16
1718
os:
1819
- macOS-latest
1920
- ubuntu-latest
@@ -25,7 +26,7 @@ jobs:
2526
node-version: ${{ matrix.node }}
2627
- run: npm install
2728
- run: npm run lint
28-
if: matrix.node == 14 && matrix.os == 'ubuntu-latest'
29+
if: matrix.node == 16 && matrix.os == 'ubuntu-latest'
2930
- run: npm test
3031
- run:
3132
echo ::set-output name=job_id::$(node -e

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
environment:
22
matrix:
3+
- nodejs_version: '16'
34
- nodejs_version: '14'
45
- nodejs_version: '12'
56
- nodejs_version: '10'

0 commit comments

Comments
 (0)