From 72f3593f9cbbaa647992baed750561403565f009 Mon Sep 17 00:00:00 2001 From: Marius Volkhart Date: Fri, 2 Feb 2024 13:42:10 -0500 Subject: [PATCH] Run action using Node.js 20 Node.js 16 is deprecated on GitHub Actions. See https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e3b83ec..8ddc5b6 100644 --- a/action.yml +++ b/action.yml @@ -96,7 +96,7 @@ inputs: required: false default: 'true' runs: - using: node16 + using: node20 main: dist/cache-action-entrypoint.js post: dist/cache-action-entrypoint.js branding: