From 1c587d84de3392dffda34f3d96afce8b17ddbcbc Mon Sep 17 00:00:00 2001 From: Leifer Mendez Date: Wed, 22 Feb 2023 19:48:03 +0100 Subject: [PATCH] fix(cli): :zap: change script install --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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