From 12909bc982b50270d13fb6cea213c9f6296bbdf6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 22 Mar 2023 22:49:55 +0100 Subject: [PATCH] build(simulator): fix CI after switch to pnpm MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d687efa2..9b58017f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: corepack enable run: corepack enable - name: pnpm install - run: pnpm ci + run: pnpm install - name: pnpm run lint run: pnpm run lint - name: pnpm run build @@ -57,7 +57,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }} - - name: npm install + - name: npm clean-install run: npm ci - name: npm run lint run: npm run lint -- 2.34.1