From f06f7b0bceebf50a6614e6c83c80073d45d3197a Mon Sep 17 00:00:00 2001 From: Jordan Pittman Date: Thu, 8 May 2025 14:22:32 -0400 Subject: [PATCH] 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 af79a008..e572b9a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - node: [18, 20, 22, 23] + node: [18, 20, 22, 24] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }}