From: Jérôme Benoit Date: Wed, 1 Dec 2021 20:20:12 +0000 (+0100) Subject: Run sonar cloud with current node.js LTS version X-Git-Tag: v1.1.36~3 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=0f25f07824b73043257da30426013eba94f139b1;p=e-mobility-charging-stations-simulator.git Run sonar cloud with current node.js LTS version Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 401dbfa8..d09db850 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: npm run coverage run: npm run coverage - name: SonarCloud Scan - if: "github.repository == 'jerome-benoit/charging-stations-simulator' && matrix.node-version == '14.x'" + if: "github.repository == 'jerome-benoit/charging-stations-simulator' && matrix.node-version == '16.x'" uses: sonarsource/sonarcloud-github-action@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any