Skip to content

Commit b7bf6c1

Browse files
authored
Fix Node.js version update at package.json (#6855)
* Fix #6854: node.js version upgrade * Fix #6854: node.js version update
1 parent 4f1d985 commit b7bf6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
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"
102102
},
103103
"nextBundleAnalysis": {
104104
"budget": null,

0 commit comments

Comments
 (0)