From f5fd4d5fd49a6a037082a038265454a0b8c0352c Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 11 May 2025 20:08:53 +0100 Subject: [PATCH] ci(ci): add node 24 to test matrix --- .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 885400a..587eb5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,7 +105,7 @@ jobs: if: github.event.pull_request.draft == false strategy: matrix: - node-version: [20, 22] + node-version: [20, 22, 24] os: [macos-latest, ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} permissions: