X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fci.yml;h=3f5aef75e122d9d7abde26ee55f2c6cc45e53bc1;hb=9ea6607899cf857330c4944b54db2af141e4cfe8;hp=2745d2f298229d059a008d6c88b2895f2884b2a2;hpb=2a7a130c34fd72177a967316e3ed0471522789c5;p=poolifier.git diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2745d2f2..3f5aef75 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', '19.7.x'] steps: - name: Checkout