Skip to content

Commit 53c4572

Browse files
committed
ci: is there a difference between pnpm -r i and pnpm recursive install?
1 parent 7f3aa21 commit 53c4572

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
matrix:
4646
node-version: [22]
47-
os: [ubuntu-latest, windows-latest, macos-latest]
47+
os: [ubuntu-latest]
4848
runs-on: ${{ matrix.os }}
4949
continue-on-error: ${{ matrix.os == 'windows-latest' }}
5050
env:
@@ -71,7 +71,7 @@ jobs:
7171
run: mv playground ../playground
7272
- name: Install dependencies in playground
7373
working-directory: ../playground
74-
run: pnpm install --no-frozen-lockfile -r
74+
run: pnpm recursive install --no-frozen-lockfile
7575

7676
- name: Run build script in playground
7777
working-directory: ../playground

0 commit comments

Comments
 (0)