From: Jérôme Benoit Date: Tue, 28 Mar 2023 11:34:18 +0000 (+0200) Subject: build: remove unneded step in CI X-Git-Tag: v1.2.0-2~1 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=513409fa387e9f77dc7fe75698a09eb09484267e;p=e-mobility-charging-stations-simulator.git build: remove unneded step in CI Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7551d21..5b00841d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,8 +58,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }} - - name: corepack enable - run: corepack enable - name: pnpm install run: | corepack enable