Skip to content

Commit 1f8873e

Browse files
authored
Use Node.js 16 as the action runtime (#83)
1 parent be10897 commit 1f8873e

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
@@ -18,7 +18,7 @@ inputs:
1818
required: false
1919
default: "update"
2020
runs:
21-
using: 'node12'
21+
using: 'node16'
2222
main: 'dist/index.js'
2323
branding:
2424
icon: 'cpu'

0 commit comments

Comments
 (0)