Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
51b1979b8a chore(deps): update dependency eslint to v9 2024-05-09 09:45:53 +00:00
3 changed files with 263 additions and 356 deletions

610
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -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"
},

View File

@@ -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(