Skip to content

Commit 7251cca

Browse files
authored
Merge pull request #30 from hidakatsuya/use-node20-runner
Use node20 runner
2 parents 04e151c + c1b95fa commit 7251cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ inputs:
1515
description: "Indicates whether to follow symbolic links"
1616
default: true
1717
runs:
18-
using: "node16"
18+
using: "node20"
1919
main: "dist/index.js"

0 commit comments

Comments
 (0)