We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3aa21 commit 53c4572Copy full SHA for 53c4572
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
strategy:
45
matrix:
46
node-version: [22]
47
- os: [ubuntu-latest, windows-latest, macos-latest]
+ os: [ubuntu-latest]
48
runs-on: ${{ matrix.os }}
49
continue-on-error: ${{ matrix.os == 'windows-latest' }}
50
env:
@@ -71,7 +71,7 @@ jobs:
71
run: mv playground ../playground
72
- name: Install dependencies in playground
73
working-directory: ../playground
74
- run: pnpm install --no-frozen-lockfile -r
+ run: pnpm recursive install --no-frozen-lockfile
75
76
- name: Run build script in playground
77
0 commit comments