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 97f139c commit 63f1ee6Copy full SHA for 63f1ee6
action.yaml
@@ -21,7 +21,7 @@ outputs:
21
The ferried output of the official GitHub cache action. True on cache hit
22
(even if the subsequent docker load failed) and false on cache miss.
23
runs:
24
- using: node16
+ using: node20
25
main: dist/main/index.js
26
post-if: success()
27
post: dist/post/index.js
0 commit comments