|
|
|
@ -1,10 +1,10 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"name": "publish-action",
|
|
|
|
"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",
|
|
|
|
"description": "Update the major version tag (v1, v2, etc.) to point to the specified tag",
|
|
|
|
"main": "lib/main.js",
|
|
|
|
"main": "lib/main.js",
|
|
|
|
"engines": {
|
|
|
|
"engines": {
|
|
|
|
"node": ">=24"
|
|
|
|
"node": ">=24.0.0"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"scripts": {
|
|
|
|
"build": "tsc && ncc build",
|
|
|
|
"build": "tsc && ncc build",
|
|
|
|
|