Skip to content

Commit

Permalink
dev: explicitly set node version to >=18
Browse files Browse the repository at this point in the history
  • Loading branch information
puglet5 committed Nov 17, 2023
1 parent 415cc49 commit 25b7d02
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 @@ -63,6 +63,6 @@
"typescript": "^5.2.2"
},
"engines": {
"node": ">=16.0.0 <19.0.0"
"node": ">=18"
}
}

0 comments on commit 25b7d02

Please sign in to comment.