From b3611e6a24f6cb00b0ac8ca0519b345b8735c460 Mon Sep 17 00:00:00 2001 From: rj Date: Sun, 29 Mar 2026 19:49:36 -0400 Subject: [PATCH] Testing Node24 Update --- action.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 7b8bb1da8..d13f48706 100644 --- a/action.yml +++ b/action.yml @@ -63,7 +63,7 @@ inputs: default: "false" runs: - using: "node20" + using: "node24" main: "lib/main.js" branding: icon: "git-merge" diff --git a/package.json b/package.json index cc43a7c94..f5371434b 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "setup" ], "engines": { - "node": ">=20" + "node": ">=24" }, "author": "Mathieu Dutour", "license": "MIT",