Skip to content

Commit

Permalink
fix(Node.js): Upgrade from node16 to node20
Browse files Browse the repository at this point in the history
We are already using Node.js 20.10.0 via asdf, so use the same major
version of Node.js in the action.
  • Loading branch information
Kurt-von-Laven committed Dec 19, 2023
1 parent 97f139c commit b49ba16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ outputs:
The ferried output of the official GitHub cache action. True on cache hit
(even if the subsequent docker load failed) and false on cache miss.
runs:
using: node16
using: node20
main: dist/main/index.js
post-if: success()
post: dist/post/index.js

0 comments on commit b49ba16

Please sign in to comment.