X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=776fa1ec15293255b683b0f98ed8737aec8ba1da;hb=caeb9817ea6f4c4b7b89839d4e03d0eccd44de76;hp=7edeec80ef9b607030b420369888f78ea14b8641;hpb=b065c11ab016a56c44c5cfeddcccf35774af8c21;p=poolifier.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7edeec80..776fa1ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,10 +32,6 @@ 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 @@ -45,10 +41,11 @@ 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 + npm run lint:report env: CI: true