Skip to content

Commit

Permalink
build: set pnpm version in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
apvarun committed Nov 11, 2023
1 parent 133fb5c commit b87804a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:

- name: Setup pnpm
uses: pnpm/[email protected]
with:
version: 8
run_install: false

- name: Install Packages
run: |
Expand Down

0 comments on commit b87804a

Please sign in to comment.