Skip to content

Commit

Permalink
Fix Node.js version update at package.json (#6855)
Browse files Browse the repository at this point in the history
* Fix #6854: node.js version upgrade

* Fix #6854: node.js version update
  • Loading branch information
Rekl0w authored May 10, 2024
1 parent 4f1d985 commit b7bf6c1
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"
"node": ">=16.8.0"
},
"nextBundleAnalysis": {
"budget": null,
Expand Down

0 comments on commit b7bf6c1

Please sign in to comment.