Skip to content

Commit 4b45e92

Browse files
authored
Merge pull request #9405 from GilbertCherrie/update_node_20
2 parents 6e05eb2 + a1c7729 commit 4b45e92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- '3.1'
1616
- '3.3'
1717
node-version:
18-
- 18
18+
- 20
1919
test-suite:
2020
- spec
2121
- spec:compile

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@
175175
"webpack-stats-plugin": "^0.3.2"
176176
},
177177
"engines": {
178-
"node": ">= 18.0.0",
179-
"npm": ">= 8.6.0"
178+
"node": ">= 20.19.1",
179+
"npm": ">= 10.8.2"
180180
},
181181
"packageManager": "[email protected]",
182182
"resolutions": {

0 commit comments

Comments
 (0)