From b409727fbe48760b5bb289fe245b151a70700c8e Mon Sep 17 00:00:00 2001 From: Tim Kye Date: Tue, 2 Sep 2025 16:20:56 -0700 Subject: [PATCH] test on node 24 --- .github/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 316a812..094ea74 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -18,7 +18,7 @@ jobs: strategy: matrix: - node-version: [20.x, 22.x] + node-version: [20.x, 22.x, 24.x] steps: - uses: actions/checkout@v4 @@ -38,3 +38,4 @@ jobs: with: name: code-coverage-report-${{ matrix.node-version }} path: junit.xml +