Skip to content

Commit 3aea515

Browse files
authored
ci: minimum supported Node.js version is 18.12.0 (#7147)
1 parent ebda040 commit 3aea515

File tree

3 files changed

+212
-167
lines changed

3 files changed

+212
-167
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ See the `package.json` for the full list of `scripts`.
3030

3131
> **Note**
3232
>
33-
> **Node v14.20** or above is required for the build process to run properly.
33+
> **Node v18.12.0** or above is required for the build process to run properly.
3434
3535
## Contributor License Agreement
3636

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"url": "https://github.com/webpack/webpack.js.org/issues"
2222
},
2323
"engines": {
24-
"node": "^14.20.0 || ^16.15.0 || >=18.0.0"
24+
"node": ">= 18.12.0"
2525
},
2626
"scripts": {
2727
"clean-dist": "rimraf ./dist",
@@ -137,7 +137,7 @@
137137
"webpack": "^5.89.0",
138138
"webpack-bundle-analyzer": "^4.10.1",
139139
"webpack-cli": "^5.1.4",
140-
"webpack-dev-server": "^4.15.1",
140+
"webpack-dev-server": "^5.0.2",
141141
"webpack-merge": "^5.10.0",
142142
"workbox-webpack-plugin": "^7.0.0",
143143
"yarn-deduplicate": "^6.0.2"

0 commit comments

Comments
 (0)