Skip to content

Commit b06cb9a

Browse files
authored
feat: upgrade to node 20 (#1)
1 parent c2055a0 commit b06cb9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ outputs:
2222
token:
2323
description: An installation token for the GitHub App on the requested repository.
2424
runs:
25-
using: node16
25+
using: node20
2626
main: dist/index.js
2727
branding:
2828
icon: unlock

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-app-token",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"license": "MIT",
55
"type": "module",
66
"files": [

0 commit comments

Comments
 (0)