ci: Fix old pnpm version
This commit is contained in:
parent
fc1ab42388
commit
f475649a4d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ build:
|
||||||
image: docker.io/library/node:20.5
|
image: docker.io/library/node:20.5
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
- npm install -g pnpm@7
|
- npm install -g pnpm
|
||||||
- pnpm config set store-dir .pnpm-store
|
- pnpm config set store-dir .pnpm-store
|
||||||
script:
|
script:
|
||||||
- pnpm install # install dependencies
|
- pnpm install # install dependencies
|
||||||
|
|
Loading…
Add table
Reference in a new issue