Skip to content

Commit

Permalink
chore: fix bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-heimbuch committed Nov 12, 2023
1 parent 4b78755 commit 2dabde6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
with:
node-version: 20
cache: 'pnpm'
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
run_install: false
- run: pnpm set unsafe-perm true
- run: pnpm install --frozen-lockfile

Expand Down

0 comments on commit 2dabde6

Please sign in to comment.