From f02ad1d98213c36e54e3a07b5219af1583ba84a1 Mon Sep 17 00:00:00 2001 From: CyberFlame Date: Sat, 23 Sep 2023 20:34:58 +1200 Subject: [PATCH] update to use nodejs as per planned deprecation of node16 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 8af4b641..2929a5ba 100644 --- a/action.yml +++ b/action.yml @@ -15,5 +15,5 @@ outputs: cache-hit: description: If the version of Bun was cached. runs: - using: node16 + using: node20 main: dist/action.js