Skip to content

Commit

Permalink
update to node20 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
arifali123 authored May 10, 2024
1 parent 493007e commit 84827c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ outputs:
security-response:
description: 'The output of the security commands.'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
branding:
icon: 'lock'
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "GitHub Action for Importing Code-signing Certificates into a Keychain",
"main": "lib/main.js",
"engines": {
"node": ">=16"
"node": ">=20"
},
"scripts": {
"build": "tsc",
Expand Down Expand Up @@ -48,4 +48,4 @@
"ts-jest": "^29.1.1",
"typescript": "^4.9.5"
}
}
}

0 comments on commit 84827c1

Please sign in to comment.