From: Jérôme Benoit Date: Wed, 22 Mar 2023 21:49:55 +0000 (+0100) Subject: build(simulator): fix CI after switch to pnpm X-Git-Tag: v1.2.0-0~29 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=12909bc982b50270d13fb6cea213c9f6296bbdf6;p=e-mobility-charging-stations-simulator.git build(simulator): fix CI after switch to pnpm Signed-off-by: Jérôme Benoit --- 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