Skip to content

Commit

Permalink
Try fixing ci for pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
mdirolf committed Jun 17, 2024
1 parent d8bb7ce commit b1fcc3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '20'
cache: 'pnpm'
cache-dependency-path: 'pnpm-lock.yaml'
- uses: pnpm/action-setup@v4
- name: Install modules
working-directory: ./app
run: pnpm install --frozen-lockfile
Expand Down

0 comments on commit b1fcc3f

Please sign in to comment.