Skip to content
Closed
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/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ src/[domain]/
- React 19 with TypeScript
- TanStack Router for routing
- TanStack Query for data fetching
- Node.js 22 (required)
- Node.js LTS version (required)
- Yarn 4 workspaces

**State & Data:**
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 24
cache: yarn
- run: yarn set version stable
- run: yarn install --immutable
Expand All @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 24
cache: yarn
- run: yarn set version stable
- run: yarn install --immutable
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 24
cache: yarn
- run: yarn set version stable
- run: yarn install --immutable
Expand All @@ -68,7 +68,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 24
cache: yarn
- run: yarn set version stable
- run: yarn install --immutable
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 24
cache: yarn
- run: npm install -g wait-on &

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prices-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup NPM registry in Yarn
uses: actions/setup-node@v4
with:
node-version: '22'
node-version: 24
cache: yarn
registry-url: 'https://registry.npmjs.org'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rpc-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 24
cache: yarn
- run: yarn set version stable
- run: yarn install --immutable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storybook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: 24
cache: yarn

- name: 'Build'
Expand Down
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ src/[domain]/
- React 19 with TypeScript
- TanStack Router for routing
- TanStack Query for data fetching
- Node.js 22 (required)
- Node.js LTS version (required)
- Yarn 4 workspaces

**State & Data:**
Expand Down
4 changes: 2 additions & 2 deletions apps/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"type": "module",
"engines": {
"node": "22"
"node": "24"
},
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -37,7 +37,7 @@
"ui": "*",
"vest": "^5.4.6",
"vite-plugin-svgr": "^4.5.0",
"vite-plugin-vercel": "9.0.7"
"vite-plugin-vercel": "10.0.0-beta.5"
},
"peerDependencies": {
"bignumber.js": "*",
Expand Down
2 changes: 1 addition & 1 deletion apps/router-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"type": "module",
"engines": {
"node": "22"
"node": "24"
},
"scripts": {
"dev": "tsx watch src/dev.ts",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.1.0",
"private": true,
"engines": {
"node": "22"
"node": "24"
},
"workspaces": [
"apps/*",
Expand Down
Loading
Loading