Skip to content

Commit e664b3b

Browse files
authored
build: drop node 10 (#3211)
1 parent a989108 commit e664b3b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
strategy:
5858
matrix:
5959
os: [ubuntu-latest, windows-latest, macos-latest]
60-
node-version: [10.x, 12.x, 14.x]
60+
node-version: [12.x, 14.x]
6161
webpack-version: [4, latest]
6262

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"client"
1212
],
1313
"engines": {
14-
"node": ">= 10.13.0"
14+
"node": ">= 12.13.0"
1515
},
1616
"scripts": {
1717
"lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css}\" --list-different",

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"ignoreDeps": ["node"],
2020
"force": {
2121
"constraints": {
22-
"node": ">= 10.13.0"
22+
"node": ">= 12.13.0"
2323
}
2424
}
2525
}

0 commit comments

Comments
 (0)