From: Jérôme Benoit Date: Wed, 15 Mar 2023 14:28:13 +0000 (+0100) Subject: build: pin node version to 19.7.x CI X-Git-Tag: v2.3.8~7 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=9ea6607899cf857330c4944b54db2af141e4cfe8;p=poolifier.git build: pin node version to 19.7.x CI https://github.com/nodejs/node/issues/47096 Signed-off-by: Jérôme Benoit --- 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