Skip to content

Commit 803e078

Browse files
authored
feat: use node20 as runner (actions#23)
should be available now as per actions/runner#2619 (comment)
1 parent 9cf7227 commit 803e078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ outputs:
1515
token:
1616
description: "GitHub installation access token"
1717
runs:
18-
using: "node16"
18+
using: "node20"
1919
main: "dist/main.cjs"
2020
post: "dist/post.cjs"

0 commit comments

Comments
 (0)