X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=072dd5a203f2798d1b9a3bbcd96840c72a1d72e8;hb=4e4b7c160902de6599de839c182143bec0d43941;hp=7d70b1d27d4835085ad4d9ac07fcdd3ce3d0716f;hpb=277c49bfd06bfacb4f18211fb0a3c1803cd33701;p=poolifier.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d70b1d2..072dd5a2 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 }}