File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 steps :
66 - uses : actions/setup-node@v4
77 with :
8- node-version : 20 .x
8+ node-version : 24 .x
99
1010 - name : Setup pnpm
1111 uses : pnpm/action-setup@v4
1212 with :
13- version : 10.26.1
13+ version : 11.6.0
1414
1515 - run : pnpm install
1616 shell : bash
Original file line number Diff line number Diff line change 2222 - name : Setup pnpm
2323 uses : pnpm/action-setup@v4
2424 with :
25- version : 10.26.1
25+ version : 11.6.0
2626 - uses : ./.github/setup
2727
2828 - name : Check formatting
3737 - name : Setup pnpm
3838 uses : pnpm/action-setup@v4
3939 with :
40- version : 10.26.1
40+ version : 11.6.0
4141 - uses : ./.github/setup
4242
4343 - run : pnpm lint
5151 - name : Setup pnpm
5252 uses : pnpm/action-setup@v4
5353 with :
54- version : 10.26.1
54+ version : 11.6.0
5555 - uses : ./.github/setup
5656
5757 - run : pnpm typecheck
6565 - name : Setup pnpm
6666 uses : pnpm/action-setup@v4
6767 with :
68- version : 10.26.1
68+ version : 11.6.0
6969 - uses : ./.github/setup
7070
7171 - run : pnpm test
Original file line number Diff line number Diff line change 9494 "tsx" : " ^4.22.4" ,
9595 "tw-animate-css" : " ^1.4.0" ,
9696 "typescript" : " ^6.0.3" ,
97+ "vite" : " ^8.0.16" ,
9798 "vitest" : " ^4.1.8"
9899 },
99100 "ct3aMetadata" : {
100101 "initVersion" : " 7.23.1"
101102 },
102- "packageManager" : " pnpm@10.26.1 "
103+ "packageManager" : " pnpm@11.6.0 "
103104}
You can’t perform that action at this time.
0 commit comments