Skip to content

Commit

Permalink
Merge pull request #146 from tgharold/20240417-1313
Browse files Browse the repository at this point in the history
Upgrade github-app-token to Node v20
  • Loading branch information
andrewrady authored Apr 17, 2024
2 parents c052aba + 2bce02a commit 93f16e5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion forks/github-app-token/action.yml
Original file line number Diff line number Diff line change
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
6 changes: 6 additions & 0 deletions forks/github-app-token/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh

echo "Remember to run: nvm use v20"

npm install
npm run build
3 changes: 3 additions & 0 deletions forks/github-app-token/package-lock.json

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

3 changes: 3 additions & 0 deletions forks/github-app-token/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"action.yml",
"dist/index.js"
],
"engines": {
"node": "^20"
},
"main": "./dist/index.js",
"exports": {
".": {
Expand Down

0 comments on commit 93f16e5

Please sign in to comment.