From 0a211647381047f48f1bc8e680458ce20f057f63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 08:48:01 +0000 Subject: [PATCH] Update Node.js to v24 --- .github/workflows/changesets.yml | 2 +- .github/workflows/ci.yml | 6 +++--- mise.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index e130834..8fff505 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -31,7 +31,7 @@ jobs: - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 22 + node-version: 24 - name: find pnpm cache path id: cache diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28cff98..6b8b41e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 22 + node-version: 24 - name: find pnpm cache path id: cache @@ -54,7 +54,7 @@ jobs: - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 22 + node-version: 24 - name: find pnpm cache path id: cache @@ -83,7 +83,7 @@ jobs: - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 22 + node-version: 24 - name: find pnpm cache path id: cache diff --git a/mise.toml b/mise.toml index 6a0493c..6ea5a7e 100644 --- a/mise.toml +++ b/mise.toml @@ -1,2 +1,2 @@ [tools] -node = "22" +node = "24"