From eafb777c5653ddeea74c6e086417bff2609c9e10 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Tue, 8 Feb 2022 00:39:20 +0200 Subject: [PATCH] download script from pnpm.io --- dist/index.js | Bin 569452 -> 569448 bytes src/install-pnpm/run.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 2e2208fd5b20153362ff84616cea3374bc76e40a..1dfdf94ca177e5905c608c8d89d87a662c9eda9c 100644 GIT binary patch delta 49 wcmaF!K { 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) => {