Skip to content

Commit

Permalink
refactor!: minimum supported Node.js version is 14.15.0 (#3337)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 authored and alexander-akait committed Nov 15, 2022
1 parent 3b96906 commit 1dabdd8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/configtest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"engines": {
"node": ">=14.15.0"
},
"publishConfig": {
"access": "public"
},
Expand Down
3 changes: 3 additions & 0 deletions packages/generators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"types": "lib/index.d.ts",
"keywords": [],
"license": "MIT",
"engines": {
"node": ">=14.15.0"
},
"publishConfig": {
"access": "public"
},
Expand Down
3 changes: 3 additions & 0 deletions packages/info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"engines": {
"node": ">=14.15.0"
},
"publishConfig": {
"access": "public"
},
Expand Down
3 changes: 3 additions & 0 deletions packages/serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
},
"homepage": "https://github.com/webpack/webpack-cli/tree/master/packages/serve",
"license": "MIT",
"engines": {
"node": ">=14.15.0"
},
"files": [
"lib"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"main": "./lib/index.js",
"engines": {
"node": ">=10.13.0"
"node": ">=14.15.0"
},
"keywords": [
"webpack",
Expand Down

0 comments on commit 1dabdd8

Please sign in to comment.