X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=7edeec80ef9b607030b420369888f78ea14b8641;hb=b065c11ab016a56c44c5cfeddcccf35774af8c21;hp=8ba2378964e745447875be86e04a47d74a9347db;hpb=dbed421da90eb5ce1a89b7efe38c338b94c72389;p=poolifier.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ba23789..7edeec80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: - node: ['14.x', '16.x', '17.x'] + node: ['14.x', '16.x', '18.x'] steps: - name: Checkout @@ -32,6 +32,10 @@ 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