Skip to content

Commit

Permalink
add required node version to engines
Browse files Browse the repository at this point in the history
  • Loading branch information
tranhl committed Mar 7, 2024
1 parent 2a3a410 commit f76b270
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.0.0",
"license": "MIT",
"main": "dist/index.js",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"dev": "npm run build --watch",
"build": "esbuild src/index.ts --outfile=dist/index.js --bundle --minify --platform=node --target=node20",
Expand Down

0 comments on commit f76b270

Please sign in to comment.