From db409190ed94d3572315955fc7743f22517aa141 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Thu, 31 Oct 2024 01:54:13 -0400 Subject: [PATCH] ci: Add 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 cbda4680..90ef007e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: os: [macos-latest, ubuntu-latest, windows-latest] - node-version: [ 18, 20, 22 ] + node-version: [ 18, 20, 22, 23 ] steps: - uses: actions/checkout@v4