Skip to content

Commit 52715ee

Browse files
authoredNov 3, 2021
ci: test on Node.js v17 (#1394)
1 parent feafea8 commit 52715ee

File tree

3 files changed

+2488
-2535
lines changed

3 files changed

+2488
-2535
lines changed
 

‎.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ 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: [latest]
6161

6262
runs-on: ${{ matrix.os }}

‎package-lock.json

+2,485-2,532
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"@babel/cli": "^7.14.5",
5656
"@babel/core": "^7.14.6",
5757
"@babel/preset-env": "^7.14.7",
58-
"@commitlint/cli": "^13.1.0",
59-
"@commitlint/config-conventional": "^13.1.0",
58+
"@commitlint/cli": "^14.1.0",
59+
"@commitlint/config-conventional": "^14.1.0",
6060
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
6161
"babel-jest": "^27.0.6",
6262
"cross-env": "^7.0.3",

0 commit comments

Comments
 (0)
Please sign in to comment.