Skip to content

Commit

Permalink
Change the way of installing pnpm to the correct one
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcat101 committed Jan 16, 2024
1 parent 2e3de78 commit 73e5846
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: latest
- uses: pnpm/action-setup@v2
with:
version: 8

- run: curl -fsSL https://get.pnpm.io/install.sh | sh -
- run: pnpm i
- run: pnpm run build

Expand Down

0 comments on commit 73e5846

Please sign in to comment.