diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04ced5168..d11b6e44a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - run: corepack enable - name: Install NPM Dependencies - run: pnpm install --immutable --network-timeout 300000 + run: pnpm install --frozen-lockfile - name: Build Package run: pnpm build:full @@ -57,7 +57,7 @@ jobs: - run: corepack enable - name: Install NPM Dependencies - run: pnpm install --immutable --network-timeout 300000 + run: pnpm install --frozen-lockfile - name: Unit Tests run: pnpm test @@ -83,7 +83,7 @@ jobs: - run: corepack enable - name: Install NPM Dependencies - run: pnpm install --immutable --network-timeout 300000 + run: pnpm install --frozen-lockfile - name: e2e Tests run: pnpm test.e2e