From bbe2a950ee52d4f5cbe74e6d9d6a8803676e91d5 Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti Date: Tue, 29 Jul 2025 13:52:03 +0100 Subject: [PATCH] Update Node.js version to 24.x Bump Node.js version from 20.10.0 to 24.4.0 in .node-version and update action.yml to use node24 runtime for improved compatibility and support. --- .node-version | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.node-version b/.node-version index d5a1596..84e5de6 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -20.10.0 +24.4.0 \ No newline at end of file diff --git a/action.yml b/action.yml index 1f80766..113b639 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: 'Deploy GitHub Pages site' description: 'A GitHub Action to deploy an artifact as a GitHub Pages site' author: 'GitHub' runs: - using: 'node20' + using: 'node24' main: 'dist/index.js' inputs: token: