Compare commits

..

2 Commits

Author SHA1 Message Date
Kengo TODA
36ad466778 Merge branch 'main' into renovate/eslint-9.x 2024-04-11 06:13:50 +08:00
renovate[bot]
7a85220dad chore(deps): update dependency eslint to v9 2024-04-07 04:48:50 +00:00
3 changed files with 263 additions and 355 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,7 +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}`
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(