Skip to content

Commit d40599f

Browse files
committed
Update deps/Node.js of update-website action
Use latest versions of the dependencies and run with Node.js 24. Signed-off-by: thc202 <[email protected]>
1 parent 926b166 commit d40599f

File tree

4 files changed

+177
-704
lines changed

4 files changed

+177
-704
lines changed

.github/actions/update-website/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ inputs:
1414
description: 'the email of the pull request author'
1515
required: true
1616
runs:
17-
using: 'node20'
17+
using: 'node24'
1818
main: 'dist/index.js'

0 commit comments

Comments
 (0)