Skip to content

Commit

Permalink
better engine versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
vitormv committed Aug 3, 2023
1 parent 9da515b commit 37d6111
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 @@ -5,7 +5,7 @@
"private": true,
"version": "1.0.0",
"engines": {
"node": ">=v18.0.0 <=v19.0.0"
"node": "^18.0.0"
},
"scripts": {
"build": "next build",
Expand Down

0 comments on commit 37d6111

Please sign in to comment.