Skip to content

Commit cf72679

Browse files
committed
build: drop node v10
1 parent e350590 commit cf72679

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
strategy:
5656
matrix:
5757
os: [ubuntu-latest, windows-latest, macos-latest]
58-
node-version: [10.x, 12.x, 14.x]
58+
node-version: [12.x, 14.x]
5959
webpack-version: [4, latest]
6060

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

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"url": "https://opencollective.com/webpack"
1414
},
1515
"engines": {
16-
"node": ">= v10.23.3"
16+
"node": ">= v12.13.0"
1717
},
1818
"scripts": {
1919
"commitlint": "commitlint --from=master",

0 commit comments

Comments
 (0)