File tree Expand file tree Collapse file tree 4 files changed +879
-839
lines changed
Expand file tree Collapse file tree 4 files changed +879
-839
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
1919 - uses : actions/checkout@v3
2020 - uses : pnpm/action-setup@v2
2121 with :
22- version : 9
22+ version : 10
2323 run_install : false
2424 - uses : actions/setup-node@v3
2525 with :
26- node-version : 18
26+ node-version : 22
2727 cache : pnpm
2828
2929 - name : Install dependencies
Original file line number Diff line number Diff line change 1111 },
1212 "dependencies" : {
1313 "@astrojs/check" : " ^0.9.4" ,
14- "@astrojs/starlight" : " ^0.30.5 " ,
15- "astro" : " ^5.1.4 " ,
14+ "@astrojs/starlight" : " ^0.32.2 " ,
15+ "astro" : " ^5.5.2 " ,
1616 "marked" : " ^15.0.6" ,
17- "sharp" : " ^0.32.5 " ,
18- "starlight-blog" : " ^0.16.1 " ,
19- "starlight-links-validator" : " ^0.14.1 " ,
17+ "sharp" : " ^0.32.6 " ,
18+ "starlight-blog" : " ^0.18.0 " ,
19+ "starlight-links-validator" : " ^0.14.3 " ,
2020 "typescript" : " ^5.6.2"
2121 },
2222 "devDependencies" : {
2323 "prettier-plugin-astro" : " ^0.14.1"
24+ },
25+ "pnpm" : {
26+ "onlyBuiltDependencies" : [
27+ " sharp"
28+ ]
2429 }
2530}
You can’t perform that action at this time.
0 commit comments