Skip to content

Commit 45bfe01

Browse files
authored
Merge pull request #186 from salmanmkc/node24
upgrade to node 24
2 parents d560657 + d8770c2 commit 45bfe01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.10.0
1+
24.4.0

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Configure GitHub Pages'
22
description: 'A GitHub Action to enable Pages, extract various metadata about a site, and configure some supported static site generators.'
33
author: 'GitHub'
44
runs:
5-
using: 'node20'
5+
using: 'node24'
66
main: 'dist/index.js'
77
inputs:
88
static_site_generator:

0 commit comments

Comments
 (0)