X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=33d3957091a1f6425fe835feb3807d90038f09b8;hb=77acbd600921abbb4557b07b5ef9bd73a987428b;hp=3647760513c4cd09456eeb40850b1bb282007a9b;hpb=659fdec7e9924857e57552a1a70dd16f8b9069d5;p=poolifier.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36477605..33d39570 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [windows-latest, macos-latest, ubuntu-latest] - node: ['18.x', '20.x', '21.x'] + node: ['18.x', '20.x', 'latest'] name: Node.js ${{ matrix.node }} on ${{ matrix.os }} @@ -69,7 +69,7 @@ jobs: - name: SonarCloud Code Analysis if: ${{ steps.sonar-token.outputs.available == 'true' && github.repository == 'poolifier/poolifier' && matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }} - uses: sonarsource/sonarcloud-github-action@v2.1.0 + uses: sonarsource/sonarcloud-github-action@v2.1.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}