From aee5d962d1bd949a478299b01a627a8dab1a5940 Mon Sep 17 00:00:00 2001 From: Sebastian Good <2230835+scagood@users.noreply.github.com> Date: Fri, 25 Oct 2024 03:10:52 +0100 Subject: [PATCH] ci: Add node 23 to ci workflows (#368) --- .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 f067adcf..e898c66a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -33,7 +33,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] eslint: [8.x, "9.x"] - node: [18.x, 20.x, 22.x] + node: [18.x, 20.x, 22.x, 23.x] include: - os: ubuntu-latest node: "18.18.0"