Skip to content

Commit 63f1ee6

Browse files
fix(Node.js): Upgrade from node16 to node20
We are already using Node.js 20.10.0 via asdf, so use the same major version of Node.js in the action.
1 parent 97f139c commit 63f1ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ outputs:
2121
The ferried output of the official GitHub cache action. True on cache hit
2222
(even if the subsequent docker load failed) and false on cache miss.
2323
runs:
24-
using: node16
24+
using: node20
2525
main: dist/main/index.js
2626
post-if: success()
2727
post: dist/post/index.js

0 commit comments

Comments
 (0)