X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.github%2Fworkflows%2Fci.yml;h=fccb643e91413e1632b00f1277086be5a09c9dc3;hb=b8497a0a3b64136519cdfed4ab58f314b1bdb9f0;hp=8ba2378964e745447875be86e04a47d74a9347db;hpb=dbed421da90eb5ce1a89b7efe38c338b94c72389;p=poolifier.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ba23789..fccb643e 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,9 @@ jobs: node-version: ${{ matrix.node }} - name: Install + if: matrix.node == '18.x' + run: npm ci --legacy-peer-deps + if: matrix.node != '18.x' run: npm ci - name: Build