From 513409fa387e9f77dc7fe75698a09eb09484267e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 28 Mar 2023 13:34:18 +0200 Subject: [PATCH] build: remove unneded step in CI 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 | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.34.1