Skip to content

Commit 4366261

Browse files
Copilotchenrui333
andcommitted
feat: move action runtime to node24 and require Node >=24
Co-authored-by: chenrui333 <[email protected]>
1 parent 6a1f2d1 commit 4366261

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ outputs:
7171
assets:
7272
description: "JSON array containing information about each uploaded asset, in the format given [here](https://docs.github.com/en/rest/reference/repos#upload-a-release-asset--code-samples) (minus the `uploader` field)"
7373
runs:
74-
using: "node20"
74+
using: "node24"
7575
main: "dist/index.js"
7676
branding:
7777
color: "green"

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
"actions"
2222
],
2323
"author": "softprops",
24+
"engines": {
25+
"node": ">=24"
26+
},
2427
"dependencies": {
2528
"@actions/core": "^1.11.1",
2629
"@actions/github": "^6.0.1",

0 commit comments

Comments
 (0)