Skip to content

Commit 3fe69cb

Browse files
CI: Test NodeJS v16
1 parent 70e4543 commit 3fe69cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node-version: [10.x, 12.x, 14.x]
17+
node-version: [10.x, 12.x, 14.x, 16.x]
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Use Node.js ${{ matrix.node-version }}
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
strategy:
3232
matrix:
33-
node-version: [10.x, 12.x, 14.x]
33+
node-version: [10.x, 12.x, 14.x, 16.x]
3434
steps:
3535
- uses: actions/checkout@v2
3636
- name: Use Node.js ${{ matrix.node-version }}
@@ -46,10 +46,10 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- uses: actions/checkout@v2
49-
- name: Use Node.js 14.x
49+
- name: Use Node.js 16.x
5050
uses: actions/setup-node@v1
5151
with:
52-
node-version: 14.x
52+
node-version: 16.x
5353
- run: npm ci
5454
- run: npm run check
5555
env:

0 commit comments

Comments
 (0)