mirror of
https://github.com/actions/publish-action.git
synced 2026-01-06 01:57:46 +08:00
Node24 (#92)
* Update Node.js runtime to node24 in action.yml Changed the GitHub Action runtime from node20 to node24 to ensure compatibility with newer Node.js features and security updates. * Update basic-validation.yml * Upgrade to node24 upgrade to node24 * package.json version update --------- Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com>
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
{
|
||||
"name": "publish-action",
|
||||
"version": "0.3.0",
|
||||
"version": "0.4.0",
|
||||
"description": "Update the major version tag (v1, v2, etc.) to point to the specified tag",
|
||||
"main": "lib/main.js",
|
||||
"engines": {
|
||||
"node": ">=24.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc && ncc build",
|
||||
"test": "jest",
|
||||
|
||||
Reference in New Issue
Block a user