X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.github%2Fworkflows%2Fci.yml;h=afcfc1f126185417eaa384c86a7a294fa30be359;hb=a9fc134421fb6926f4eff76d1d82c9bd8b341606;hp=f76dda13dda1fc64b61fd99351186643da1d59d3;hpb=0de32f5f48d69ffc9b600e38895096972a68dd47;p=poolifier.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f76dda13..afcfc1f1 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,9 +30,9 @@ 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 + version: 9 - name: Setup Node.js ${{ matrix.node }} uses: actions/setup-node@v4