Skip to content

Commit 5148ce9

Browse files
committed
Fix reactjs#6854: node.js version upgrade
1 parent 01edd5c commit 5148ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"webpack-bundle-analyzer": "^4.5.0"
9999
},
100100
"engines": {
101-
"node": "^16.8.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0"
101+
"node": "^16.8.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0"
102102
},
103103
"nextBundleAnalysis": {
104104
"budget": null,

0 commit comments

Comments
 (0)