We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd93d26 commit 54bb721Copy full SHA for 54bb721
action.yml
@@ -11,6 +11,6 @@ inputs:
11
default: scratch
12
description: "Where the action is stores some temporary files for its processing. Default: `scratch`"
13
runs:
14
- using: 'node16'
+ using: 'node20'
15
main: 'entrypoint.js'
16
post: 'entrypoint.js'
0 commit comments