Skip to content

Commit aea0ead

Browse files
authored
Merge pull request #141 from kaeawc/fix/deprecated-node-usage
Upgrade Node from 12 to 20
2 parents f53e4ad + 125f069 commit aea0ead

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
@@ -4,7 +4,7 @@ branding:
44
icon: hash
55
color: gray-dark
66
runs:
7-
using: 'node12'
7+
using: 'node20'
88
main: 'dist/index.js'
99
inputs:
1010
method:

0 commit comments

Comments
 (0)