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
|
||||
run: |
|
||||
node -v
|
||||
npm install -g pnpm
|
||||
pnpm install --no-frozen-lockfile
|
||||
corepack enable
|
||||
pnpm install --jobs 1 --prefer-offline
|
||||
|
||||
- name: Build & Check
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue