pin corepack version
disallow corepack from fetching latest manager version; instead use specified version in package.json
This commit is contained in:
parent
0a4e1614ea
commit
63f9dbd5f1
2 changed files with 4 additions and 1 deletions
|
|
@ -10,12 +10,13 @@ testCommit:
|
|||
- redis
|
||||
variables:
|
||||
POSTGRES_PASSWORD: ci
|
||||
COREPACK_DEFAULT_TO_LATEST: 0
|
||||
script:
|
||||
- apt-get update && apt-get install -y git wget curl build-essential python3 ffmpeg
|
||||
- cp .config/ci.yml .config/default.yml
|
||||
- cp .config/ci.yml .config/test.yml
|
||||
- corepack enable
|
||||
- corepack prepare pnpm@latest --activate
|
||||
- corepack install
|
||||
- git submodule update --init
|
||||
- pnpm install --frozen-lockfile
|
||||
- pnpm run build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue