Skip to content

Commit 54bb721

Browse files
authored
increase node version of action
1 parent bd93d26 commit 54bb721

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
@@ -11,6 +11,6 @@ inputs:
1111
default: scratch
1212
description: "Where the action is stores some temporary files for its processing. Default: `scratch`"
1313
runs:
14-
using: 'node16'
14+
using: 'node20'
1515
main: 'entrypoint.js'
1616
post: 'entrypoint.js'

0 commit comments

Comments
 (0)