Skip to content

Commit

Permalink
setup pnpm, because using when installing in script
Browse files Browse the repository at this point in the history
deploy
  • Loading branch information
trueberryless committed Jan 5, 2025
1 parent 66b3b4b commit 3833320
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,14 @@ jobs:
- name: Checkout current repository
uses: actions/checkout@v4

- name: Install Node.js
- name: Setup PNPM
uses: pnpm/action-setup@v3

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"

- name: Install jq, sort-package-json and markdown-replace-section
run: |
Expand Down

0 comments on commit 3833320

Please sign in to comment.