Skip to content

Commit cd2ce8f

Browse files
authored
Merge pull request #404 from salmanmkc/node24
Update Node.js version to 24.x
2 parents 854d7aa + bbe2a95 commit cd2ce8f

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: 'Deploy GitHub Pages site'
22
description: 'A GitHub Action to deploy an artifact as a GitHub Pages site'
33
author: 'GitHub'
44
runs:
5-
using: 'node20'
5+
using: 'node24'
66
main: 'dist/index.js'
77
inputs:
88
token:

0 commit comments

Comments
 (0)