Fix Node.js version update at package.json (#6855)

* Fix #6854: node.js version upgrade

* Fix #6854: node.js version update
This commit is contained in:
Batuhan Tomo
2024-05-10 17:33:45 +03:00
committed by GitHub
parent 4f1d98577d
commit b7bf6c16fb

View File

@@ -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,