Skip to content

Commit cbc03e8

Browse files
authored
Merge pull request #3 from vaimo/update_node_from_v16_to_v20
update node version from 16 to 20
2 parents cb050aa + 24f6c6c commit cbc03e8

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
@@ -12,7 +12,7 @@ inputs:
1212
required: false
1313
default: true
1414
runs:
15-
using: 'node16'
15+
using: 'node20'
1616
main: 'dist/index.js'
1717
post: 'dist/cleanup.js'
1818
post-if: 'always()'

0 commit comments

Comments
 (0)