From bbf755f1f784ecf928f0065022d6470ec2bb7222 Mon Sep 17 00:00:00 2001 From: Olivier Van den Mooter Date: Wed, 19 Feb 2025 12:21:31 +0100 Subject: [PATCH] add node 23 for tests --- .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 32f5bbb..ab723f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x, 20.x, 21.x, 22.x] + node-version: [18.x, 20.x, 21.x, 22.x, 23.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}