Skip to content

Commit c2b4a2d

Browse files
authored
Merge pull request #1970 from GilbertCherrie/update_node_20
2 parents be6c3ef + f075a27 commit c2b4a2d

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
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
node-version:
16-
- 18
16+
- 20
1717
test-suite:
1818
- test
1919
- test:security

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@
135135
"> 5%"
136136
],
137137
"engines": {
138-
"node": ">= 18.0.0",
139-
"npm": ">= 8.6.0"
138+
"node": ">= 20.19.1",
139+
"npm": ">= 10.8.2"
140140
},
141141
"packageManager": "[email protected]",
142142
"resolutions": {

0 commit comments

Comments
 (0)