File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ jobs:
1616 - name : " Setup yarn"
1717 uses : actions/setup-node@v4
1818 with :
19- node-version : " 22 "
20- cache : " yarn "
19+ node-version : " 24 "
20+ cache : " pnpm "
2121 - name : Install dependencies
22- run : yarn install --frozen-lockfile
22+ run : pnpm install --frozen-lockfile
2323 - name : Biome check
24- run : yarn lint
24+ run : pnpm lint
2525 - name : Generate Next types
26- run : yarn next typegen
26+ run : pnpm next typegen
2727 - name : Typescript check
28- run : yarn type-check
28+ run : pnpm type-check
Original file line number Diff line number Diff line change 1414 "db:migrate" : " drizzle-kit migrate"
1515 },
1616 "engines" : {
17- "node" : " 22 "
17+ "node" : " 24 "
1818 },
1919 "dependencies" : {
2020 "@formatjs/intl-localematcher" : " ^0.7.3" ,
You can’t perform that action at this time.
0 commit comments