Skip to content

Commit 6603ee6

Browse files
committed
Add butterfly 2.5.3-rc.0
1 parent 76198e5 commit 6603ee6

4 files changed

Lines changed: 256 additions & 194 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Use Node.js
1818
uses: actions/setup-node@v6
1919
with:
20-
node-version: 24
20+
node-version: 26
2121
cache: "pnpm"
2222
- name: Restore generated image cache
2323
uses: actions/cache@v4

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"@astrojs/sitemap": "3.7.3",
1616
"@linwooddev/style": "^0.4.2",
1717
"@phosphor-icons/web": "^2.1.2",
18-
"astro": "6.4.1",
18+
"astro": "6.4.2",
1919
"remark-custom-header-id": "^1.0.0",
2020
"sharp": "^0.34.5",
2121
"typescript": "^6.0.3",
2222
"workbox-build": "^7.4.1"
2323
},
24-
"packageManager": "pnpm@11.4.0",
24+
"packageManager": "pnpm@11.5.0",
2525
"devDependencies": {
2626
"@vite-pwa/astro": "^1.2.0",
2727
"sass": "^1.100.0",

0 commit comments

Comments
 (0)