fix(deps): Migrate to pnpm 8
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
75cf9ae955
commit
400d823252
2 changed files with 376 additions and 444 deletions
|
@ -10,7 +10,7 @@ local pipe(arch) = {
|
|||
name: 'deps',
|
||||
image: 'node',
|
||||
commands: [
|
||||
'curl -L https://pnpm.js.org/pnpm.js | node - add --global pnpm@7',
|
||||
'corepack enable && pnpm config set store-dir .cache/pnpm',
|
||||
'pnpm i',
|
||||
],
|
||||
},
|
||||
|
@ -61,7 +61,7 @@ local release(arch) = {
|
|||
name: 'build',
|
||||
image: 'node:lts',
|
||||
commands: [
|
||||
'curl -L https://pnpm.js.org/pnpm.js | node - add --global pnpm@7',
|
||||
'corepack enable && pnpm config set store-dir .cache/pnpm',
|
||||
'pnpm i',
|
||||
'pnpm build',
|
||||
],
|
||||
|
|
816
pnpm-lock.yaml
816
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Reference in a new issue