From 980b4978e3d397cf8f2126e181e9e53354e87023 Mon Sep 17 00:00:00 2001 From: Nikolay Vitkov <34244704+Lightning00Blade@users.noreply.github.com> Date: Mon, 23 Mar 2026 19:14:48 +0100 Subject: [PATCH] chore: bump node20 to node24 --- .nvmrc | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.nvmrc b/.nvmrc index 2dbbe00e6..d845d9d88 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.11.1 +24.14.0 diff --git a/action.yml b/action.yml index faa6a6a09..8ad28de8b 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: 'GitHub Pages action' description: 'GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.' author: 'peaceiris' runs: - using: 'node20' + using: 'node24' main: 'lib/index.js' branding: icon: 'upload-cloud'