3 Commits

Author SHA1 Message Date
Fabian
45bfe0192c Merge pull request #186 from salmanmkc/node24
upgrade to node 24
2026-03-24 18:32:07 -05:00
Salman Chishti
d8770c2b3b Update Node version from 20 to 24 in action.yml 2026-03-24 13:19:41 +00:00
Salman Muin Kayser Chishti
cb8a1a3280 upgrade to node 24 2025-07-29 13:24:36 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
20.10.0 24.4.0

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.' description: 'A GitHub Action to enable Pages, extract various metadata about a site, and configure some supported static site generators.'
author: 'GitHub' author: 'GitHub'
runs: runs:
using: 'node20' using: 'node24'
main: 'dist/index.js' main: 'dist/index.js'
inputs: inputs:
static_site_generator: static_site_generator: