Skip to content

Commit

Permalink
fix: install pnpm first
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Dec 16, 2024
1 parent c45c9dc commit 5c942ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 9
run_install: true

- uses: actions/setup-node@v4
with:
node-version: 22
Expand Down

0 comments on commit 5c942ff

Please sign in to comment.