Update Node version from 20 to 24 in action.yml

This commit is contained in:
Salman Chishti
2026-03-24 13:19:41 +00:00
committed by GitHub
parent cb8a1a3280
commit d8770c2b3b

View File

@@ -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: