Skip to content

Commit

Permalink
chore: update node config accordingly to pnpm docs
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoazh committed Feb 26, 2024
1 parent 32dd5d9 commit f406cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20
cache: 'npm'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Build
Expand Down

0 comments on commit f406cd9

Please sign in to comment.