Skip to content

Commit 6498da8

Browse files
ci: added Node.js version 17
1 parent 13aaee0 commit 6498da8

File tree

2 files changed

+1329
-961
lines changed

2 files changed

+1329
-961
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,11 @@ jobs:
5656
strategy:
5757
matrix:
5858
os: [ubuntu-latest, windows-latest, macos-latest]
59-
node-version: [12.x, 14.x, 16.x]
59+
node-version: [12.x, 14.x, 16.x, 17.x]
6060
webpack-version: [4, latest]
61+
exclude:
62+
- node-version: 17.x
63+
webpack-version: 4
6164

6265
runs-on: ${{ matrix.os }}
6366

0 commit comments

Comments
 (0)