X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=301adb02afce62b0e2265a67c9966cce0a301504;hb=69b70a7e1d5238ebb186171275941ec4bcffc882;hp=7d70b1d27d4835085ad4d9ac07fcdd3ce3d0716f;hpb=277c49bfd06bfacb4f18211fb0a3c1803cd33701;p=poolifier.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d70b1d2..301adb02 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'] + node: ['18.x', '20.x', '21.x'] 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'