Skip to content

Commit

Permalink
chore: update node version to a major 16 v
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol-Baranwal committed Oct 16, 2023
1 parent 5183d35 commit 5b2c25b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ inputs:
close:
description: "Close the current issue if set to true."
runs:
using: "node20"
using: "node16"
main: "dist/index.js"
branding:
icon: "message-square"
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@
"@actions/github": "^6.0.0",
"@types/node": "^20.8.6",
"typescript": "^5.2.2"
},
"engines": {
"node": "16"
}
}

0 comments on commit 5b2c25b

Please sign in to comment.