From ad0a96f767ddaa9a04639d87ab86e7df5813e405 Mon Sep 17 00:00:00 2001 From: David Lemieux Date: Sun, 15 Mar 2026 23:59:06 -0400 Subject: [PATCH] Upgrade action runtime to Node.js 24 GitHub Actions is deprecating the Node 20 runtime, with Node 24 becoming the default in June 2026. This updates the action to run on the node24 runtime. - action.yml: change `using` from node20 to node24 - .nvmrc: update development version to v24 - package.json: update engines to >=24 Closes #680 --- .nvmrc | 2 +- action.yml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.nvmrc b/.nvmrc index 9a2a0e2..54c6511 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v20 +v24 diff --git a/action.yml b/action.yml index f3bab88..be606d4 100644 --- a/action.yml +++ b/action.yml @@ -125,7 +125,7 @@ outputs: slug_prefix: description: Random prefix added to generated report anchor slugs for this action run runs: - using: 'node20' + using: 'node24' main: 'dist/index.js' branding: color: blue diff --git a/package.json b/package.json index fe454e9..9d54d66 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "titleTemplate": "{title}" }, "engines": { - "node": ">=20" + "node": ">=24" }, "markdownlint-cli2": { "ignores": [