Skip to content

Commit

Permalink
feat: upgrade to node 20 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
freshollie committed Aug 31, 2023
1 parent c2055a0 commit 388799a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -22,7 +22,7 @@ outputs:
token:
description: An installation token for the GitHub App on the requested repository.
runs:
using: node16
using: node20
main: dist/index.js
branding:
icon: unlock
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "github-app-token",
"version": "1.8.0",
"version": "1.8.1",
"license": "MIT",
"type": "module",
"files": [
Expand Down

0 comments on commit 388799a

Please sign in to comment.