X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=d64aa21216f5aa7dc2df2c9759d10c2f374f6417;hb=refs%2Ftags%2Fv2.0.2;hp=d10434394915dccf4b1e7ea65e7e5cb2271c734c;hpb=8780c880a2cf08680092f6e41fb82600b196455c;p=poolifier.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1043439..d64aa212 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x] + node-version: [12.x, 14.x, 16.x] steps: - name: Checkout @@ -47,7 +47,7 @@ jobs: CI: true - name: Sonar Code Analysis - if: "github.repository == 'pioardi/poolifier'" + if: "github.repository == 'pioardi/poolifier' && matrix.node-version == '14.x'" run: | npm run sonar env: