Skip to content

Commit

Permalink
Fix: Remove pnpm cache and install pnpm correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoDorea committed Aug 22, 2024
1 parent 3738e48 commit 4460df8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: 'pnpm'

- name: Install pnpm
run: |
npm install -g pnpm
run: npm install -g pnpm

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 4460df8

Please sign in to comment.