Skip to content

Commit 2e61eab

Browse files
committed
Fix build
1 parent ae83787 commit 2e61eab

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
- name: Setup pnpm
2727
uses: pnpm/action-setup@v5
2828
with:
29-
version: 10
29+
version: 10.33.0
3030

3131
- name: Setup Node.js
3232
uses: actions/setup-node@v6
3333
with:
34-
node-version: 22
34+
node-version: 24
3535
cache: pnpm
3636

3737
- name: Setup Pages

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
"png-to-ico": "^3.0.1",
3333
"sass-embedded": "^1.99.0"
3434
},
35-
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
35+
"packageManager": "pnpm@10.33.0"
3636
}

0 commit comments

Comments
 (0)