From d8770c2b3b71963902cec525cf516368b4411a78 Mon Sep 17 00:00:00 2001 From: Salman Chishti Date: Tue, 24 Mar 2026 13:19:41 +0000 Subject: [PATCH] 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: