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

View File

@@ -24,7 +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}`
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(