From cd48c7578774ddfe1ef83a3999577a871f8e7b71 Mon Sep 17 00:00:00 2001 From: "Stefan M." Date: Thu, 19 Mar 2026 14:19:02 +0100 Subject: [PATCH] Bump node from 20 to 24 --- .nvmrc | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.nvmrc b/.nvmrc index f3f52b42d..d845d9d88 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.9.0 +24.14.0 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'