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"