diff --git a/dist/index.js b/dist/index.js index 2e2208f..1dfdf94 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/src/install-pnpm/run.ts b/src/install-pnpm/run.ts index 958aaf2..b487b6b 100644 --- a/src/install-pnpm/run.ts +++ b/src/install-pnpm/run.ts @@ -20,7 +20,7 @@ export async function runSelfInstaller(inputs: Inputs): Promise { stdio: ['pipe', 'inherit', 'inherit'], }) - const response = await fetch('https://pnpm.js.org/pnpm.js') + const response = await fetch('https://pnpm.io/pnpm.js') response.body.pipe(cp.stdin) const exitCode = await new Promise((resolve, reject) => {