X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=33d3957091a1f6425fe835feb3807d90038f09b8;hb=3d12503196dae671151d77caa9f695771e7624e8;hp=f76dda13dda1fc64b61fd99351186643da1d59d3;hpb=2f274bf11c3e6b8e311cb38f12fe2d47bd0a79b7;p=poolifier.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f76dda13..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 }}