Skip to content

Commit 53c87e0

Browse files
committed
chore: update depencies
1 parent 4554df4 commit 53c87e0

File tree

3 files changed

+396
-138
lines changed

3 files changed

+396
-138
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
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
}

0 commit comments

Comments
 (0)