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