Skip to content

Commit 05f6d74

Browse files
goruhaclaude
andauthored
chore: Upgrade GitHub Action runtime from Node 20 to Node 24 (#63)
Update action.yml to use node24 runtime and bump engines.node to >=24 in package.json. Rebuild dist/index.js. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d6e7a7c commit 05f6d74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ inputs:
1313
required: true
1414
description: "YAML config"
1515
runs:
16-
using: node20
16+
using: node24
1717
main: 'dist/index.js'
1818

1919
# env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
".": "./dist/index.js"
88
},
99
"engines": {
10-
"node": ">=20"
10+
"node": ">=24"
1111
},
1212
"scripts": {
1313
"format:write": "npx prettier --write .",

0 commit comments

Comments
 (0)