Skip to content

Commit

Permalink
chore: require node v20 LTS or above
Browse files Browse the repository at this point in the history
fixes #61
  • Loading branch information
hzhu committed Sep 23, 2024
1 parent 4e1aed2 commit cba720b
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 @@ -33,7 +33,7 @@
"src"
],
"engines": {
"node": ">=18"
"node": ">=20"
},
"scripts": {
"start": "npm run build && cp ./dist ./public/dist",
Expand Down

0 comments on commit cba720b

Please sign in to comment.