Skip to content

Commit a49e53f

Browse files
fix: add pnpm config
1 parent f902d85 commit a49e53f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# with:
2626
# path: . # The root location of your Astro project inside the repository. (optional)
2727
# node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional)
28-
# package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
28+
package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional)
2929

3030
deploy:
3131
needs: build

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
## 📜 更新日志
88

9+
- 2025-03-13: v3.0.0 升级到 Astro 5.0
910
- 2023-12-08: v2.0.0 由 Hexo 替换为 Astro
1011
- 2023-01-03: v1.2.0 使用 GitHub Actions 替换 Travis CI
1112
- 2022-09-20: v1.1.0 更新了阅读数量、时长等多项功能

0 commit comments

Comments
 (0)