From cb8a1a32801e6cdb7b111ce13761226bba88f67d Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti Date: Tue, 29 Jul 2025 13:24:36 +0100 Subject: [PATCH 1/2] upgrade to node 24 --- .node-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From d8770c2b3b71963902cec525cf516368b4411a78 Mon Sep 17 00:00:00 2001 From: Salman Chishti Date: Tue, 24 Mar 2026 13:19:41 +0000 Subject: [PATCH 2/2] Update Node version from 20 to 24 in action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 80230b7..7ea02ee 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: 'Configure GitHub Pages' description: 'A GitHub Action to enable Pages, extract various metadata about a site, and configure some supported static site generators.' author: 'GitHub' runs: - using: 'node20' + using: 'node24' main: 'dist/index.js' inputs: static_site_generator: