From 63f1ee6fbfa4dfeebcf120685d33aebb3c8a60dd Mon Sep 17 00:00:00 2001 From: Kurt von Laven Date: Thu, 9 Nov 2023 17:53:23 -0800 Subject: [PATCH] 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. --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 2469cff4..720b07fe 100644 --- a/action.yaml +++ b/action.yaml @@ -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