From: Jérôme Benoit Date: Thu, 17 Oct 2024 17:15:24 +0000 (+0200) Subject: build(ci): node 23.x support X-Git-Tag: v4.4.0~15 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=27461e4f1c905185caccbe6ec422df2354b6f1b6;p=poolifier.git build(ci): node 23.x support Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b03d383..0d78ed14 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', 'latest'] + node: ['18.x', '20.x', '22.x', 'latest'] name: Node.js ${{ matrix.node }} on ${{ matrix.os }}