diff --git a/.github/workflows/ci-dev.yml b/.github/workflows/ci-dev.yml index 080f17361..861d83056 100644 --- a/.github/workflows/ci-dev.yml +++ b/.github/workflows/ci-dev.yml @@ -29,10 +29,10 @@ jobs: name: Install pnpm id: pnpm-install with: - version: 7 + version: 8 - name: Install dependencies - run: pnpm install + run: pnpm install --no-frozen-lockfile - name: Build run: pnpm build