Skip to content

Commit

Permalink
ci: use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
miyuesc committed Apr 10, 2024
1 parent 021b2fe commit f1b2671
Show file tree
Hide file tree
Showing 2 changed files with 1,907 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blog-catch-and-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
version: 8

- name: Install dependencies
run: npm install
run: pnpm install

- name: Sync juejin blog
run: npm run sync:blog
Expand Down
Loading

0 comments on commit f1b2671

Please sign in to comment.