Skip to content

Commit

Permalink
chore: add engines feild to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 23, 2024
1 parent 33f2323 commit 137e878
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.4",
"private": true,
"scripts": {
"prepare": "husky install && npm run build",
"prepare": "husky && npm run build",
"build": "ncc build src/main.ts -o lib",
"watch": "ncc watch src/main.ts -o lib"
},
Expand All @@ -18,6 +18,10 @@
"npm run build"
]
},
"engines": {
"node": ">=v20.11.0",
"npm": ">=10.2.4"
},
"dependencies": {
"@actions/core": "~1.10.0",
"@actions/github": "~6.0.0",
Expand Down

0 comments on commit 137e878

Please sign in to comment.