Skip to content

Commit

Permalink
Fix old pnpm on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Apr 14, 2023
1 parent a2c432e commit c85028b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
run: pnpm install --ignore-scripts
- name: Run unit tests
run: pnpm run old
windows:
Expand Down

0 comments on commit c85028b

Please sign in to comment.