From 27461e4f1c905185caccbe6ec422df2354b6f1b6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 17 Oct 2024 19:15:24 +0200 Subject: [PATCH] build(ci): node 23.x support MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} -- 2.34.1