Skip to content

Commit

Permalink
ci: is there a difference between pnpm -r i and pnpm recursive install?
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Dec 18, 2024
1 parent 7f3aa21 commit 53c4572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
matrix:
node-version: [22]
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.os == 'windows-latest' }}
env:
Expand All @@ -71,7 +71,7 @@ jobs:
run: mv playground ../playground
- name: Install dependencies in playground
working-directory: ../playground
run: pnpm install --no-frozen-lockfile -r
run: pnpm recursive install --no-frozen-lockfile

- name: Run build script in playground
working-directory: ../playground
Expand Down

0 comments on commit 53c4572

Please sign in to comment.