Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: 🏗️ Setup Node.js
uses: actions/setup-node@v5
with:
node-version: "22.22.0"
node-version: "24.19.0"
registry-url: "https://registry.npmjs.org"
cache: "pnpm"

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: 🏗️ Setup Node.js
uses: actions/setup-node@v5
with:
node-version: "22.22.0"
node-version: "24.19.0"
cache: "pnpm"

- name: 📦 Install dependencies
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: 🏗️ Setup Node.js
uses: actions/setup-node@v5
with:
node-version: "22.22.0"
node-version: "24.19.0"
cache: "pnpm"

- name: 📦 Install dependencies
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
- name: 🏗️ Setup Node.js
uses: actions/setup-node@v5
with:
node-version: "22.22.0"
node-version: "24.19.0"
cache: "pnpm"

- name: 📦 Install dependencies
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
- name: 🏗️ Setup Node.js
uses: actions/setup-node@v5
with:
node-version: "22.22.0"
node-version: "24.19.0"
cache: "pnpm"

- name: 📦 Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: 🏗️ Setup Node.js
uses: actions/setup-node@v5
with:
node-version: "22.22.0"
node-version: "24.19.0"
cache: "pnpm"

- name: 📦 Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: 🏗️ Setup Node.js
uses: actions/setup-node@v5
with:
node-version: "22.22.0"
node-version: "24.19.0"
cache: "pnpm"
registry-url: "https://registry.npmjs.org/"

Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
24.19.0
2 changes: 1 addition & 1 deletion docs/react-router-latest-major-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## WU1 latest-v7 checkpoint

React Router family is aligned at `7.18.1`; Node is `>=22.22`, React/ReactDOM `19.2.7`, Vite `8.1.3` (`>=7`), verified on Node `25.2.1`, and CI selects Node `22.22.0`. Rollback restores the `7.12.0` catalog and lockfile together and removes WU1 declarations, flags, targets, tests, workflows, and this record.
React Router family is aligned at `7.18.1`; Node is `>=22.22`, React/ReactDOM `19.2.7`, Vite `8.1.3` (`>=7`), verified on Node `25.2.1`, and CI selects Node `24.19.0`. Rollback restores the `7.12.0` catalog and lockfile together and removes WU1 declarations, flags, targets, tests, workflows, and this record.

Authority: <https://reactrouter.com/upgrading/v7>. Framework Mode uses the Vite plugin, SSR, a custom server entry, nested routes, and route modules. Flags are enabled separately in `apps/react-router-example/react-router.config.ts`; this evidence does not claim browser behavior without a safe no-build request harness.

Expand Down
Loading