From c1ce6e6869806963aca66e648a3cb40783d3b615 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste VESLIN <19856429+thebaptiste@users.noreply.github.com> Date: Tue, 28 Apr 2026 08:18:15 +0200 Subject: [PATCH 1/2] Bump node from 20 to 24 --- .nvmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nvmrc b/.nvmrc index f3f52b42d..3fe3b1570 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.9.0 +24.13.0 From 844f7986ce13de3bc040779c04dedb3a853b404d Mon Sep 17 00:00:00 2001 From: Jean-Baptiste VESLIN <19856429+thebaptiste@users.noreply.github.com> Date: Tue, 28 Apr 2026 08:19:10 +0200 Subject: [PATCH 2/2] Bump node from 20 to 24 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8b718e19d..656978b6c 100644 --- a/action.yml +++ b/action.yml @@ -2,6 +2,6 @@ name: 'Updater Action' description: 'Runs dependabot-updater in Actions' author: 'GitHub' runs: - using: 'node20' + using: 'node24' main: 'dist/main/index.js' post: 'dist/cleanup/index.js'