X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.github%2Fworkflows%2Fci.yml;h=9afb4a2426d7e3ad9aa23e410b85af03cdbf8480;hb=1df0a8db6540a131e2a351e103a4a475e5c39c1c;hp=ac9250510d785378b280816e95d4dc1f5b46c506;hpb=d9f14be6275993cf4485db8a40a20730b1571a59;p=poolifier.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac925051..9afb4a24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: os: [windows-latest, macos-latest, ubuntu-latest] - node: ['16.x', '18.x', '19.x'] + node: ['16.x', '18.x', '20.x'] steps: - name: Checkout