Skip to content

Commit ceba954

Browse files
committed
fix hardcoded node20
1 parent a5fb16d commit ceba954

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
@@ -25,5 +25,5 @@ inputs:
2525
required: false
2626
default: ''
2727
runs:
28-
using: 'node20'
28+
using: 'node'
2929
main: 'index.js'

0 commit comments

Comments
 (0)