X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=f2d576fefb4abee966daa01637ddaf3df6349fd6;hb=721947ccbe31ac87daffaeb3a571d21a2cda1569;hp=7edeec80ef9b607030b420369888f78ea14b8641;hpb=b065c11ab016a56c44c5cfeddcccf35774af8c21;p=poolifier.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7edeec80..f2d576fe 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 @@ -45,7 +41,7 @@ jobs: run: npm run lint - name: Tests & Coverage - if: matrix.node-version == '16.x' + if: matrix.node == '16.x' run: | npm run test npm run coverage