pin corepack version

disallow corepack from fetching latest manager version;
instead use specified version in package.json
This commit is contained in:
Marie 2025-02-03 01:13:21 +00:00 committed by dakkar
parent 0a4e1614ea
commit 63f9dbd5f1
2 changed files with 4 additions and 1 deletions

View file

@ -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