File tree Expand file tree Collapse file tree 3 files changed +396
-138
lines changed
Expand file tree Collapse file tree 3 files changed +396
-138
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout your repository using git
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 - uses : pnpm/action-setup@v4
1818 with :
19- version : 9
19+ version : 10
2020 run_install : false
2121 - name : Install Node.js
2222 uses : actions/setup-node@v4
2323 with :
24- node-version : 20
24+ node-version : 22
2525 cache : ' pnpm'
2626
2727 - name : Update npm version
Original file line number Diff line number Diff line change 1717 },
1818 "dependencies" : {
1919 "@astrojs/check" : " ^0.9.4" ,
20- "@astrojs/cloudflare" : " ^12.5.1 " ,
20+ "@astrojs/cloudflare" : " ^12.6.7 " ,
2121 "@sendgrid/mail" : " ^8.1.5" ,
22- "astro" : " ^5.7.0 " ,
22+ "astro" : " ^5.13.2 " ,
2323 "astro-seo" : " ^0.8.4" ,
24- "typescript" : " ^5.8.3 "
24+ "typescript" : " ^5.9.2 "
2525 },
2626 "devDependencies" : {
27- "semantic-release" : " ^24.2.3 "
27+ "semantic-release" : " ^24.2.7 "
2828 },
2929 "repository" : " https://github.com/banshee86vr/lucabertelli.consulting.git"
3030}
You can’t perform that action at this time.
0 commit comments