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
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
corepack enable
|
corepack enable
|
||||||
pnpm install --jobs 1 --prefer-offline
|
corepack prepare pnpm@latest --activate
|
||||||
|
pnpm install --no-frozen-lockfile --child-concurrency 1
|
||||||
|
|
||||||
- name: Build & Check
|
- name: Build & Check
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue