diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26042e37..477d64d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: cache: 'pnpm' - name: Install dependencies - run: pnpm --frozen-lockfile + run: pnpm install --frozen-lockfile - name: Build run: pnpm build