Skip to content

Commit

Permalink
docs: put pnpm version in right place
Browse files Browse the repository at this point in the history
  • Loading branch information
lukadev-0 committed Feb 5, 2024
1 parent d2ccee6 commit 19b21c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ jobs:
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
version: 8
cache: pnpm
- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 19b21c1

Please sign in to comment.