Skip to content

Commit 1dabdd8

Browse files
snitin315alexander-akait
authored andcommitted
refactor!: minimum supported Node.js version is 14.15.0 (#3337)
1 parent 3b96906 commit 1dabdd8

File tree

5 files changed

+13
-1
lines changed

5 files changed

+13
-1
lines changed

packages/configtest/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"license": "MIT",
8+
"engines": {
9+
"node": ">=14.15.0"
10+
},
811
"publishConfig": {
912
"access": "public"
1013
},

packages/generators/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"types": "lib/index.d.ts",
77
"keywords": [],
88
"license": "MIT",
9+
"engines": {
10+
"node": ">=14.15.0"
11+
},
912
"publishConfig": {
1013
"access": "public"
1114
},

packages/info/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"license": "MIT",
8+
"engines": {
9+
"node": ">=14.15.0"
10+
},
811
"publishConfig": {
912
"access": "public"
1013
},

packages/serve/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
},
1515
"homepage": "https://github.com/webpack/webpack-cli/tree/master/packages/serve",
1616
"license": "MIT",
17+
"engines": {
18+
"node": ">=14.15.0"
19+
},
1720
"files": [
1821
"lib"
1922
],

packages/webpack-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"main": "./lib/index.js",
2020
"engines": {
21-
"node": ">=10.13.0"
21+
"node": ">=14.15.0"
2222
},
2323
"keywords": [
2424
"webpack",

0 commit comments

Comments
 (0)