Skip to content

Commit 04a144f

Browse files
authored
ci: run tests on node 17.x in CI (#3965)
1 parent 270da15 commit 04a144f

File tree

2 files changed

+187
-167
lines changed

2 files changed

+187
-167
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,11 @@ jobs:
5858
strategy:
5959
matrix:
6060
os: [ubuntu-latest, windows-latest, macos-latest]
61-
node-version: [12.x, 14.x, 16.x]
61+
node-version: [12.x, 14.x, 16.x, 17.x]
6262
webpack-version: [4, latest]
63+
exclude:
64+
- node-version: 17.x
65+
webpack-version: 4
6366

6467
runs-on: ${{ matrix.os }}
6568

0 commit comments

Comments
 (0)