From d24d3b4acc99c804017a64a565be6f3f27ff12f0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 22 Apr 2022 12:00:43 +0200 Subject: [PATCH] CI: simplify npm install step 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, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7edeec80..9860ffc9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,11 +32,7 @@ jobs: node-version: ${{ matrix.node }} - name: Install - if: matrix.node == '18.x' run: npm ci --legacy-peer-deps - - name: Install - if: matrix.node != '18.x' - run: npm ci - name: Build run: npm run build --if-present -- 2.34.1