X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=.github%2Fworkflows%2Fci.yml;h=80e716564d76e050e788de5454bbdf4c4dce6929;hb=8fddc4b99db0faa9e922d2c0d9d44c00a105374a;hp=e180d71e99944cd0e3ac5b2795617855cfccffbb;hpb=2c23bc1e9a51b8cf1594b11f85d0fdc384307832;p=poolifier.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e180d71e..80e71656 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: os: [windows-latest, macos-latest, ubuntu-latest] - node: ['16.x', '18.x'] + node: ['16.x', '18.x', '19.x'] steps: - name: Checkout