Skip to content

Commit ba11fed

Browse files
Update the action.yml file to use node20
1 parent 60b1ab4 commit ba11fed

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
@@ -10,5 +10,5 @@ inputs:
1010
description: 'Add the toolchain to the PATH'
1111
default: 'true'
1212
runs:
13-
using: 'node16'
13+
using: 'node20'
1414
main: 'dist/index.js'

0 commit comments

Comments
 (0)