From 8430d6eb513615af012aa81c304b6a55e2ed7410 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Fri, 4 Jul 2025 15:01:30 +0100 Subject: [PATCH] add 24 to test matrix --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 70d36deb1..ee9c922ae 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18, 20, 22] + node-version: [18, 20, 22, 24] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }}