Skip to content

Commit

Permalink
ci: update build dependencies step
Browse files Browse the repository at this point in the history
  • Loading branch information
ianlet committed Sep 28, 2024
1 parent 011211b commit 7b33441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:

- name: 📥 Download deps
run: |
pnpm install --no-package-lock
pnpm install --no-save @builder.io/qwik@${{ matrix.qwik }}
pnpm install
pnpm install @builder.io/qwik@${{ matrix.qwik }}
- name: ▶️ Run ${{ matrix.check }}
run: npm ${{ matrix.check }}
Expand Down

0 comments on commit 7b33441

Please sign in to comment.