This commit is contained in:
parent
86b49b8c10
commit
2697957d9e
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -15,9 +15,8 @@ jobs:
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
node -v
|
corepack enable
|
||||||
npm install -g pnpm
|
pnpm install --jobs 1 --prefer-offline
|
||||||
pnpm install --no-frozen-lockfile
|
|
||||||
|
|
||||||
- name: Build & Check
|
- name: Build & Check
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue