From cab7bd75b3e92a734d2378470be4ea78447a52bb Mon Sep 17 00:00:00 2001 From: Jay Schneider Date: Mon, 30 Mar 2026 14:20:30 +0200 Subject: [PATCH] chore: upgrade node version to 24 in all actions --- .tool-versions | 2 +- deployment-status/action.yml | 2 +- global-variables/action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.tool-versions b/.tool-versions index 9c08e2b..78dcfe6 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 20.12.0 +nodejs 24.14.1 diff --git a/deployment-status/action.yml b/deployment-status/action.yml index 594be13..3c17ef4 100644 --- a/deployment-status/action.yml +++ b/deployment-status/action.yml @@ -26,7 +26,7 @@ outputs: deployment_id: description: "The ID of the created deployment" runs: - using: "node20" + using: "node24" main: "dist/initial-status/index.js" post: "dist/final-status/index.js" post-if: "success()" diff --git a/global-variables/action.yml b/global-variables/action.yml index d55fc03..9332672 100644 --- a/global-variables/action.yml +++ b/global-variables/action.yml @@ -21,7 +21,7 @@ inputs: required: false default: ".github/workflows/.env.global" runs: - using: "node20" + using: "node24" main: "index.js" branding: icon: "settings"