mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-10-09 08:56:12 +00:00
feat: move action runtime to node24 and require Node >=24
Co-authored-by: chenrui333 <1580956+chenrui333@users.noreply.github.com>
This commit is contained in:
parent
6a1f2d1705
commit
436626188b
2 changed files with 4 additions and 1 deletions
|
@ -21,6 +21,9 @@
|
|||
"actions"
|
||||
],
|
||||
"author": "softprops",
|
||||
"engines": {
|
||||
"node": ">=24"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.11.1",
|
||||
"@actions/github": "^6.0.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue