Skip to content

Commit

Permalink
Update Node.js version in engines into package.json file (^21.0.0) (#…
Browse files Browse the repository at this point in the history
…6728)

Signed-off-by: Faridul Islam <foridpathan45@gmail.com>
  • Loading branch information
foridpathan committed Mar 31, 2024
1 parent 3076795 commit 9748943
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 @@ -97,7 +97,7 @@
"webpack-bundle-analyzer": "^4.5.0"
},
"engines": {
"node": "^16.8.0 || ^18.0.0 || ^19.0.0 || ^20.0.0"
"node": "^16.8.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0"
},
"nextBundleAnalysis": {
"budget": null,
Expand Down

0 comments on commit 9748943

Please sign in to comment.