From 4be822c96b3a80076fb61a4e54a4e89d8d79c9c6 Mon Sep 17 00:00:00 2001 From: Tam Mach Date: Thu, 1 Feb 2024 21:33:28 +1100 Subject: [PATCH] chore: Bump node version to node20 (#102) https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. Signed-off-by: Tam Mach --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 707d74c..874098c 100644 --- a/action.yml +++ b/action.yml @@ -39,6 +39,6 @@ inputs: default: false required: false runs: - using: "node16" + using: "node20" main: "main.js" post: "cleanup.js"