From 1ca4714d57acf255c5a5f8ea4552e2aff9260264 Mon Sep 17 00:00:00 2001 From: Sebastian Good <2230835+scagood@users.noreply.github.com> Date: Mon, 21 Oct 2024 22:20:19 +0100 Subject: [PATCH] ci: Add node 23 to ci workflows --- .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"