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 2dabde6 commit a5f75e1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
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
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'pnpm'
- run: pnpm install --frozen-lockfile

apps_player:
Expand Down

0 comments on commit a5f75e1

Please sign in to comment.