From ef6de15c7f52242deefb09635e41c322aa512f3c Mon Sep 17 00:00:00 2001 From: Simon Hanna <33220646+simhnna@users.noreply.github.com> Date: Tue, 11 Nov 2025 15:37:42 +0100 Subject: [PATCH] Add support for node 24 No longer build for node 18 since it's no longer maintained --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 34ecc5d6c..6d27d3398 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - node: [18, 20, 22] + node: [20, 22, 24] runs-on: ubuntu-latest container: ubuntu:20.04 steps: @@ -89,7 +89,7 @@ jobs: strategy: fail-fast: false matrix: - node: [18, 20, 22] + node: [20, 22, 24] os: [macos-13-xlarge] runs-on: ${{ matrix.os }} # This is mostly the same as the Linux steps, waiting for anchor support