Skip to content

Commit

Permalink
Specify pnpm version at correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
kawaijoe committed May 19, 2024
1 parent 4baabea commit 2483d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
with:
fetch-depth: 0
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- uses: actions/configure-pages@v4
with:
version: 9

- run: pnpm install
- run: pnpm export
Expand Down

0 comments on commit 2483d1a

Please sign in to comment.