Skip to content

Commit

Permalink
Fix reactjs#6854: node.js version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekl0w committed May 10, 2024
1 parent 5148ce9 commit 37aa117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"webpack-bundle-analyzer": "^4.5.0"
},
"engines": {
"node": "^16.8.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 || ^22.0.0"
"node": ">=16.8.0"
},
"nextBundleAnalysis": {
"budget": null,
Expand Down

0 comments on commit 37aa117

Please sign in to comment.