Skip to content

Commit

Permalink
fix: ensure node version
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanVicens committed Mar 13, 2024
1 parent ac11438 commit b3765e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,11 @@
"uuid": "^8.3.2"
},
"devEngines": {
"node": ">=14.x",
"node": ">=18.0.0 <19.0.0",
"npm": ">=7.x"
},
"engines": {
"node": ">=18.0.0 <19.0.0"
},
"browserslist": [],
"prettier": {
Expand Down

0 comments on commit b3765e0

Please sign in to comment.