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
4 changed files with 1007 additions and 560 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.'
author: 'GitHub'
runs:
using: 'node20'
using: 'node24'
main: 'dist/index.js'
inputs:
static_site_generator:

1555
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -24,17 +24,17 @@
},
"homepage": "https://github.com/actions/configure-pages#readme",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"error-stack-parser": "^2.1.4",
"espree": "^10.3.0"
"espree": "^10.1.0"
},
"devDependencies": {
"@octokit/request-error": "^5.0.1",
"@vercel/ncc": "^0.38.3",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-github": "^5.1.4",
"eslint-plugin-github": "^5.0.1",
"jest": "^29.7.0",
"prettier": "^2.8.7"
}