Skip to content

Commit

Permalink
Remove npm from engines
Browse files Browse the repository at this point in the history
No need to declare npm in engines since npm is included with node. This also matches what the template repo does: https://github.com/actions/typescript-action/blob/main/package.json
  • Loading branch information
javierjulio committed Jun 21, 2024
1 parent baa8631 commit 27b1478
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"url": "git+https://github.com/cakeinpanic/jira-description-action"
},
"engines": {
"node": ">= 20",
"npm": ">= 10"
"node": ">= 20"
},
"keywords": [
"actions",
Expand Down

0 comments on commit 27b1478

Please sign in to comment.