Compare commits
2 Commits
v1.3.1
...
renovate/e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
36ad466778 | ||
|
|
7a85220dad |
610
package-lock.json
generated
610
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -39,13 +39,13 @@
|
|||||||
"@types/node": "^20.0.0",
|
"@types/node": "^20.0.0",
|
||||||
"@typescript-eslint/parser": "^7.0.0",
|
"@typescript-eslint/parser": "^7.0.0",
|
||||||
"@vercel/ncc": "^0.38.0",
|
"@vercel/ncc": "^0.38.0",
|
||||||
"eslint": "^8.1.0",
|
"eslint": "^9.0.0",
|
||||||
"eslint-plugin-github": "^4.10.2",
|
"eslint-plugin-github": "^4.10.2",
|
||||||
"eslint-plugin-jest": "^28.0.0",
|
"eslint-plugin-jest": "^28.0.0",
|
||||||
"jest": "^29.0.0",
|
"jest": "^29.0.0",
|
||||||
"js-yaml": "^4.1.0",
|
"js-yaml": "^4.1.0",
|
||||||
"prettier": "3.3.3",
|
"prettier": "3.2.5",
|
||||||
"semantic-release": "^24.0.0",
|
"semantic-release": "^23.0.0",
|
||||||
"ts-jest": "^29.0.0",
|
"ts-jest": "^29.0.0",
|
||||||
"typescript": "^5.0.0"
|
"typescript": "^5.0.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -24,8 +24,7 @@ async function installOnLinux(version: string): Promise<string> {
|
|||||||
if (!version.startsWith('v') && parseInt(version.split('.')[0], 10) >= 2) {
|
if (!version.startsWith('v') && parseInt(version.split('.')[0], 10) >= 2) {
|
||||||
version = `v${version}`
|
version = `v${version}`
|
||||||
}
|
}
|
||||||
const url = `https://gh.api.99988866.xyz/https://github.com/docker/compose/releases/download/${version}/docker-compose-${await system}-${await hardware}`
|
const url = `https://github.com/docker/compose/releases/download/${version}/docker-compose-${await system}-${await hardware}`
|
||||||
runCommand('echo ' + url)
|
|
||||||
const installerPath = await downloadTool(url)
|
const installerPath = await downloadTool(url)
|
||||||
await exec(`chmod +x ${installerPath}`)
|
await exec(`chmod +x ${installerPath}`)
|
||||||
const cachedPath = await cacheFile(
|
const cachedPath = await cacheFile(
|
||||||
|
|||||||
Reference in New Issue
Block a user