File tree Expand file tree Collapse file tree 9 files changed +397
-370
lines changed
Expand file tree Collapse file tree 9 files changed +397
-370
lines changed Original file line number Diff line number Diff line change 22on : [push]
33env :
44 DO_NOT_TRACK : 1
5+ VERCEL_ALLOW_NODEJS_24 : 1
56 IBM_TELEMETRY_DISABLED : true
67permissions :
78 contents : read
1314 - uses : actions/checkout@v4
1415 - uses : actions/setup-node@v4
1516 with :
16- node-version : 22
17+ node-version : 24
1718 cache : yarn
1819 - run : yarn set version stable
1920 - run : yarn install --immutable
2829 - uses : actions/checkout@v4
2930 - uses : actions/setup-node@v4
3031 with :
31- node-version : 22
32+ node-version : 24
3233 cache : yarn
3334 - run : yarn set version stable
3435 - run : yarn install --immutable
4849 - uses : actions/checkout@v4
4950 - uses : actions/setup-node@v4
5051 with :
51- node-version : 22
52+ node-version : 24
5253 cache : yarn
5354 - run : yarn set version stable
5455 - run : yarn install --immutable
7677 - uses : actions/checkout@v4
7778 - uses : actions/setup-node@v4
7879 with :
79- node-version : 22
80+ node-version : 24
8081 cache : yarn
8182 - run : yarn set version stable
8283 - run : yarn install --immutable
@@ -115,7 +116,7 @@ jobs:
115116 - uses : actions/checkout@v4
116117 - uses : actions/setup-node@v4
117118 with :
118- node-version : 22
119+ node-version : 24
119120 cache : yarn
120121 - run : npm install -g wait-on &
121122
Original file line number Diff line number Diff line change 1515 - name : Setup NPM registry in Yarn
1616 uses : actions/setup-node@v4
1717 with :
18- node-version : 22
18+ node-version : 24
1919 cache : yarn
2020 registry-url : ' https://registry.npmjs.org'
2121
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v4
1616 - uses : actions/setup-node@v4
1717 with :
18- node-version : 22
18+ node-version : 24
1919 cache : yarn
2020 - run : yarn set version stable
2121 - run : yarn install --immutable
Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v4
2020 - uses : actions/setup-node@v4
2121 with :
22- node-version : 22
22+ node-version : 24
2323 cache : yarn
2424
2525 - name : ' Build'
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ src/[domain]/
7373- React 19 with TypeScript
7474- TanStack Router for routing
7575- TanStack Query for data fetching
76- - Node.js 22 (required)
76+ - Node.js LTS version (required)
7777- Yarn 4 workspaces
7878
7979** State & Data:**
Original file line number Diff line number Diff line change 44 "private" : true ,
55 "type" : " module" ,
66 "engines" : {
7- "node" : " 22 "
7+ "node" : " 24 "
88 },
99 "scripts" : {
1010 "dev" : " vite" ,
3838 "ui" : " *" ,
3939 "vest" : " ^5.4.6" ,
4040 "vite-plugin-svgr" : " ^4.5.0" ,
41- "vite-plugin-vercel" : " 9.0.8 "
41+ "vite-plugin-vercel" : " 9.1.1 "
4242 },
4343 "peerDependencies" : {
4444 "@curvefi/api" : " *" ,
Original file line number Diff line number Diff line change 44 "private" : true ,
55 "type" : " module" ,
66 "engines" : {
7- "node" : " 22 "
7+ "node" : " 24 "
88 },
99 "scripts" : {
1010 "dev" : " tsx watch src/dev.ts" ,
Original file line number Diff line number Diff line change 33 "version" : " 2.1.0" ,
44 "private" : true ,
55 "engines" : {
6- "node" : " 22 "
6+ "node" : " 24 "
77 },
88 "workspaces" : [
99 " apps/*" ,
You can’t perform that action at this time.
0 commit comments