Skip to content

Commit

Permalink
[conf] set package.json engines node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhyde committed Apr 8, 2024
1 parent 9675c2a commit 0b95cda
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 @@ -30,7 +30,7 @@
"tsconfig.json"
],
"engines": {
"node": ">=18"
"node": "^20"
},
"volta": {
"node": "20.12.1"
Expand Down

0 comments on commit 0b95cda

Please sign in to comment.