Skip to content

Commit

Permalink
feat: use node20 as runner (actions#23)
Browse files Browse the repository at this point in the history
should be available now as per
actions/runner#2619 (comment)
  • Loading branch information
gr2m authored Aug 22, 2023
1 parent 9cf7227 commit 803e078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ outputs:
token:
description: "GitHub installation access token"
runs:
using: "node16"
using: "node20"
main: "dist/main.cjs"
post: "dist/post.cjs"

0 comments on commit 803e078

Please sign in to comment.