Compare commits

...

3 Commits

Author SHA1 Message Date
Fabian 45bfe0192c Merge pull request #186 from salmanmkc/node24
Check formatting / test (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Draft release / draft-release (push) Has been cancelled
Lint code / lint (push) Has been cancelled
Run Tests / test (push) Has been cancelled
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
+1 -1
View File
@@ -1 +1 @@
20.10.0
24.4.0
+1 -1
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: