This commit is contained in:
Generated
+9
-9
@@ -1,18 +1,18 @@
|
|||||||
{
|
{
|
||||||
"name": "install-github-release",
|
"name": "@slawek/install-github-release",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "install-github-release",
|
"name": "@slawek/install-github-release",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "latest",
|
"@actions/core": "3.0.0",
|
||||||
"@actions/tool-cache": "latest",
|
"@actions/tool-cache": "4.0.0",
|
||||||
"commander": "latest",
|
"commander": "14.0.3",
|
||||||
"minimatch": "latest"
|
"minimatch": "10.2.5"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"check-github-token": "dist/check-token.js",
|
"check-github-token": "dist/check-token.js",
|
||||||
@@ -20,11 +20,11 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^24",
|
"@types/node": "^24",
|
||||||
"esbuild": "latest",
|
"esbuild": "0.28.0",
|
||||||
"typescript": "latest"
|
"typescript": "6.0.2"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=24"
|
"node": ">=24.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@actions/core": {
|
"node_modules/@actions/core": {
|
||||||
|
|||||||
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "install-github-release",
|
"name": "@slawek/install-github-release",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "A GitHub Action and CLI tool to download and install binaries from GitHub releases",
|
"description": "A GitHub Action and CLI tool to download and install binaries from GitHub releases",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
"author": "Sławomir Koszewski",
|
"author": "Sławomir Koszewski",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "24.x"
|
"node": ">=24.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "3.0.0",
|
"@actions/core": "3.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user