From 46af23331e42da4dc08a691a8e7d491757894e88 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 5 Jan 2025 21:22:38 +0100 Subject: [PATCH] GitHub Actions: Add Node.js v23.x to the testing https://nodejs.org/en/about/previous-releases#looking-for-latest-release-of-a-version-branch --- .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 8c09ce6..e929802 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: ['18.x', '20.x', '22.x'] + node-version: ['18.x', '20.x', '22.x', '23.x'] os: [windows-latest] runs-on: ${{ matrix.os }} steps: