X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=1f18d71dd06682cc93864bdaff801fa47dffe1c3;hb=5b95eb9bcafda56ce57003da834cf4e153bb0509;hp=f76dda13dda1fc64b61fd99351186643da1d59d3;hpb=2f274bf11c3e6b8e311cb38f12fe2d47bd0a79b7;p=poolifier.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f76dda13..1f18d71d 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 }} @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis. This is needed for better sonar - name: Setup pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: 8