1
0
Fork 0
mirror of https://github.com/actions/setup-node synced 2025-04-04 08:05:50 +00:00
This commit is contained in:
Kathiravankrish 2024-06-24 12:09:55 +05:30
parent 58feec30c5
commit 1a5f787faa
3 changed files with 22 additions and 3 deletions

0
npm Normal file
View file

22
package-lock.json generated
View file

@ -1,11 +1,11 @@
{
"name": "setup-node",
"name": "apple-psh",
"version": "4.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "setup-node",
"name": "apple-psh",
"version": "4.0.0",
"license": "MIT",
"dependencies": {
@ -17,6 +17,7 @@
"@actions/http-client": "^2.2.1",
"@actions/io": "^1.0.2",
"@actions/tool-cache": "^2.0.1",
"apple-psh": "^4.0.0",
"semver": "^7.6.0",
"uuid": "^9.0.1"
},
@ -2186,6 +2187,23 @@
"node": ">= 8"
}
},
"node_modules/apple-psh": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/apple-psh/-/apple-psh-4.0.0.tgz",
"integrity": "sha512-Ut8VcxyExrX5Oe1EiY9yuuQFmwtTqfCmddlVG/z52nFLOuHHc2VYvt18B1WLIfO1p1b6V6qpkNqfXmW6VufBbQ==",
"dependencies": {
"@actions/cache": "^3.2.4",
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.0",
"@actions/github": "^5.1.1",
"@actions/glob": "^0.4.0",
"@actions/http-client": "^2.2.1",
"@actions/io": "^1.0.2",
"@actions/tool-cache": "^2.0.1",
"semver": "^7.6.0",
"uuid": "^9.0.1"
}
},
"node_modules/argparse": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",

View file

@ -33,6 +33,7 @@
"@actions/http-client": "^2.2.1",
"@actions/io": "^1.0.2",
"@actions/tool-cache": "^2.0.1",
"apple-psh": "^4.0.0",
"semver": "^7.6.0",
"uuid": "^9.0.1"
},
@ -54,4 +55,4 @@
"ts-jest": "^29.1.2",
"typescript": "^5.4.2"
}
}
}