diff --git a/.github/workflows/pr-e2e.yml b/.github/workflows/pr-e2e.yml index 599b3649..47046932 100644 --- a/.github/workflows/pr-e2e.yml +++ b/.github/workflows/pr-e2e.yml @@ -30,7 +30,7 @@ jobs: cache: pnpm - name: Install dependencies - run: pnpm install --no-frozen-lockfile + run: pnpm install --frozen-lockfile - name: Build run: pnpm build