From 050ff2d7e21809cbfce19fa79fb17a59b207a563 Mon Sep 17 00:00:00 2001 From: Florian Vogt Date: Wed, 22 Jan 2025 16:00:18 +0100 Subject: [PATCH] ci: run tests on latest node v23 Execute tests also for node v23 to ensure functionality in latest node version --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ecabc29..7b07d98 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [16, 18, 20, 22] + node-version: [16, 18, 20, 22, 23] runs-on: ${{matrix.os}} steps: - uses: actions/checkout@v4