X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=ebd5d4096304254fa0a0461dc5d8d94ebb2a6f7a;hb=391cc56fa5895cee79c123feaab88f4432d53752;hp=8ba2378964e745447875be86e04a47d74a9347db;hpb=dbed421da90eb5ce1a89b7efe38c338b94c72389;p=poolifier.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ba23789..ebd5d409 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 @@ -41,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