mirror of
https://code.forgejo.org/pnpm/action-setup.git
synced 2025-05-16 20:14:45 +00:00
download script from pnpm.io
This commit is contained in:
parent
e6378df420
commit
eafb777c56
2 changed files with 2 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue