From 12d83ac1676549ef2e4a4d5bc7e1d1cd6f59c1cb Mon Sep 17 00:00:00 2001 From: Gerrit Birkeland Date: Sun, 12 Jan 2025 14:30:13 -0700 Subject: [PATCH] Enable CI for Node 23 --- .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 9a26480d9..2efe8b118 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ["18", "20", "22.4.1"] + node: ["18", "20", "22.4.1", "23"] name: Node ${{ matrix.node }} steps: - name: Checkout repository