Skip to content

Commit 4d395dc

Browse files
authored
Bump latest tested Node.js version to 16.x (#18)
1 parent ff79063 commit 4d395dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest, macos-latest]
12-
node-version: [12.18.4, 12.x, 14.x, 15.x]
12+
node-version: [12.18.4, 12.x, 14.x, 16.x]
1313
runs-on: ${{matrix.os}}
1414
steps:
1515
- uses: actions/checkout@v2
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
node-version: [12.18.4, 12.x, 14.x, 15.x]
31+
node-version: [12.18.4, 12.x, 14.x, 16.x]
3232
shard: [1, 2, 3]
3333
runs-on: windows-latest
3434
steps:

0 commit comments

Comments
 (0)