X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=33d3957091a1f6425fe835feb3807d90038f09b8;hb=77acbd600921abbb4557b07b5ef9bd73a987428b;hp=072dd5a203f2798d1b9a3bbcd96840c72a1d72e8;hpb=26e393822b8c4aeb0be4d2506306b7500d4c8ec0;p=poolifier.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 072dd5a2..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 }} @@ -35,7 +35,7 @@ jobs: version: 8 - name: Setup Node.js ${{ matrix.node }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} cache: 'pnpm' @@ -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.0.2 + uses: sonarsource/sonarcloud-github-action@v2.1.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}