Compare commits
1 Commits
v1.3.1
...
renovate/m
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
51b1979b8a |
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",
|
||||
"@typescript-eslint/parser": "^7.0.0",
|
||||
"@vercel/ncc": "^0.38.0",
|
||||
"eslint": "^8.1.0",
|
||||
"eslint": "^9.0.0",
|
||||
"eslint-plugin-github": "^4.10.2",
|
||||
"eslint-plugin-jest": "^28.0.0",
|
||||
"jest": "^29.0.0",
|
||||
"js-yaml": "^4.1.0",
|
||||
"prettier": "3.3.3",
|
||||
"semantic-release": "^24.0.0",
|
||||
"prettier": "3.2.5",
|
||||
"semantic-release": "^23.0.0",
|
||||
"ts-jest": "^29.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) {
|
||||
version = `v${version}`
|
||||
}
|
||||
const url = `https://gh.api.99988866.xyz/https://github.com/docker/compose/releases/download/${version}/docker-compose-${await system}-${await hardware}`
|
||||
runCommand('echo ' + url)
|
||||
const url = `https://github.com/docker/compose/releases/download/${version}/docker-compose-${await system}-${await hardware}`
|
||||
const installerPath = await downloadTool(url)
|
||||
await exec(`chmod +x ${installerPath}`)
|
||||
const cachedPath = await cacheFile(
|
||||
|
||||
Reference in New Issue
Block a user