Skip to content

Commit f31d0e1

Browse files
authored
Merge pull request #21 from bacongobbler/fix-20
run on node 20
2 parents 942e2b6 + d982ebb commit f31d0e1

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
@@ -12,5 +12,5 @@ inputs:
1212
required: false
1313
description: 'github token used for downloading artifacts to render template'
1414
runs:
15-
using: 'node16'
15+
using: 'node20'
1616
main: 'dist/index.js'

0 commit comments

Comments
 (0)