This commit is contained in:
parent
2697957d9e
commit
50d4906024
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -16,7 +16,8 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
corepack enable
|
||||
pnpm install --jobs 1 --prefer-offline
|
||||
corepack prepare pnpm@latest --activate
|
||||
pnpm install --no-frozen-lockfile --child-concurrency 1
|
||||
|
||||
- name: Build & Check
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue