Skip to content

Commit

Permalink
chore: fix CI workflow with pnpm cache (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Nov 10, 2023
1 parent 79dbcc4 commit 0485d9e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: 'pnpm'

- uses: pnpm/action-setup@v2
name: Install pnpm
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
run_install: false
Expand Down

0 comments on commit 0485d9e

Please sign in to comment.