mirror of
https://github.com/pnpm/action-setup.git
synced 2025-01-19 06:11:26 +08:00
download script from pnpm.io
This commit is contained in:
parent
e6378df420
commit
eafb777c56
2
dist/index.js
vendored
2
dist/index.js
vendored
File diff suppressed because one or more lines are too long
@ -20,7 +20,7 @@ export async function runSelfInstaller(inputs: Inputs): Promise<number> {
|
||||
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<number>((resolve, reject) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user