From 8c92d510fc02d6e124c3841d5d8ebabd7817a3fd Mon Sep 17 00:00:00 2001 From: Cayman Date: Tue, 10 Feb 2026 13:07:30 -0500 Subject: [PATCH] chore: use node 24 in ci --- .github/workflows/test_and_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_and_release.yml b/.github/workflows/test_and_release.yml index fefe820..a6c8b00 100644 --- a/.github/workflows/test_and_release.yml +++ b/.github/workflows/test_and_release.yml @@ -21,7 +21,7 @@ jobs: fail-fast: false matrix: os: [windows-latest, ubuntu-latest, macos-latest] - node: [22] + node: [24] steps: - uses: actions/checkout@v6 - name: Setup pnpm @@ -62,7 +62,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 if: ${{ steps.release.outputs.releases_created }} - name: Install dependencies