From bd26ebd2c71c1f353895b3992d78cafe0a0eaf91 Mon Sep 17 00:00:00 2001 From: CyberFlame Date: Wed, 27 Sep 2023 04:36:38 +1300 Subject: [PATCH] build: bump nodejs to v20 (#24) 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 8af4b64..2929a5b 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