From: Jérôme Benoit Date: Sun, 11 May 2025 17:23:45 +0000 (+0200) Subject: ci: add node 24.x X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=9096724c4d6c37a6d2aaddeb0ad342ae6b060bc3;p=poolifier.git ci: add node 24.x Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f67fffb63..b7cabe0b6 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: ['20.x', '22.x', 'latest'] + node: ['20.x', '22.x', '24.x', 'latest'] name: Node.js ${{ matrix.node }} on ${{ matrix.os }}