We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 668fca4 commit 2c2fb66Copy full SHA for 2c2fb66
.github/workflows/nodejs.yml
@@ -55,7 +55,7 @@ jobs:
55
strategy:
56
matrix:
57
os: [ubuntu-latest, windows-latest, macos-latest]
58
- node-version: [10.x, 12.x, 14.x]
+ node-version: [12.x, 14.x]
59
webpack-version: [4, latest]
60
61
runs-on: ${{ matrix.os }}
package.json
@@ -13,7 +13,7 @@
13
"url": "https://opencollective.com/webpack"
14
},
15
"engines": {
16
- "node": ">= v10.23.3"
+ "node": ">= v12.13.0"
17
18
"scripts": {
19
"commitlint": "commitlint --from=master",
0 commit comments