Skip to content

Commit 80c5cba

Browse files
authored
ci: pin pages deploy pnpm version (#14)
1 parent e698be7 commit 80c5cba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
path: .
2727
node-version: 24
28-
package-manager: pnpm@latest
28+
package-manager: pnpm@10.3.0
2929
build-cmd: pnpm run build
3030
# with:
3131
# path: . # 存储库中 Astro 项目的根位置。(可选)
@@ -44,4 +44,4 @@ jobs:
4444
steps:
4545
- name: Deploy to GitHub Pages
4646
id: deployment
47-
uses: actions/deploy-pages@v4
47+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)