From 7b33441d440c99f46e9eab158fee31b0f92c3c38 Mon Sep 17 00:00:00 2001 From: Ian Letourneau Date: Sat, 28 Sep 2024 12:44:27 -0400 Subject: [PATCH] ci: update build dependencies step --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e879e46..80e63ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}