Skip to content

Commit

Permalink
Add node version requirement to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaliimelnychuk committed Jan 27, 2024
1 parent bd94169 commit 5ee3a85
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": "v1.0.0",
"description": "GitHub Action that posts coverage as comment in Pull request",
"main": "src/index.js",
"engines": {
"node": "20"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
Expand Down

0 comments on commit 5ee3a85

Please sign in to comment.