From c5a5e2257f28d5f0c5887a7ad8fa676920733f5a Mon Sep 17 00:00:00 2001 From: Anton Golub Date: Thu, 17 Oct 2024 21:55:34 +0300 Subject: [PATCH] ci: add nodejs v23 to test matrix --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ea14995..2669995 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -80,7 +80,7 @@ jobs: strategy: matrix: os: [ ubuntu-latest, windows-latest ] - node-version: [ 6, 12, 18, 20, 22 ] + node-version: [ 6, 12, 18, 20, 22, 23 ] runs-on: ${{ matrix.os }} steps: