Skip to content

Commit

Permalink
fix(ci): replace lerna bootstrap with pnpm install
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicbartl committed Nov 2, 2023
1 parent 6eea7bb commit 0e6275a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: ${{ matrix.node }}
cache: 'pnpm'
- name: Install dependencies
run: pnpm lerna bootstrap
run: pnpm install --frozen-lockfile
- name: Build package
run: |
cd packages/${{ matrix.package }}
Expand Down

0 comments on commit 0e6275a

Please sign in to comment.