Skip to content

Commit f98a683

Browse files
authored
Merge pull request #3 from churchs19/main
Updated action to run on Node 20
2 parents 4442e38 + 1613d24 commit f98a683

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ inputs:
2121
default: false
2222

2323
runs:
24-
using: 'node16'
24+
using: 'node20'
2525
main: 'index.js'

0 commit comments

Comments
 (0)