From: Jérôme Benoit Date: Fri, 22 Apr 2022 10:00:43 +0000 (+0200) Subject: CI: simplify npm install step X-Git-Tag: v2.2.1~74 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=d24d3b4acc99c804017a64a565be6f3f27ff12f0;p=poolifier.git CI: simplify npm install step Signed-off-by: Jérôme Benoit --- 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