File tree Expand file tree Collapse file tree 3 files changed +193
-94
lines changed Expand file tree Collapse file tree 3 files changed +193
-94
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
2424 - name : Setup pnpm
2525 uses : pnpm/action-setup@v3
2626 with :
27- version : 8
27+ version : 9.9.0
2828 run_install : false
2929
3030 - name : Install Node.js
3131 uses : actions/setup-node@v4
3232 with :
33- node-version : 20
33+ node-version : 22.8.0
3434 cache : pnpm
3535
3636 - name : Install dependencies
4343 uses : withastro/action@v2
4444 with :
4545 path : .
46- package-manager :
[email protected] 46+ node-version : 22.8.0
47+ package-manager :
[email protected] 4748
4849 deploy :
4950 needs : build
Original file line number Diff line number Diff line change 3636 "shiki" : " ^1.2.1" ,
3737 "tailwindcss" : " ^3.4.1" ,
3838 "tsx" : " ^4.7.1" ,
39- "typedoc" : " ^0.25.12 " ,
40- "typescript" : " ^5.4.3 " ,
39+ "typedoc" : " ^0.26.7 " ,
40+ "typescript" : " ^5.6.2 " ,
4141 "zx" : " ^7.2.3"
4242 },
4343 "peerDependencies" : {
You can’t perform that action at this time.
0 commit comments