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 172a432 commit 88b0216Copy full SHA for 88b0216
.github/workflows/test.yml
@@ -73,6 +73,6 @@ jobs:
73
with:
74
node-version: ${{ matrix.node-version }}
75
- name: Install dependencies
76
- run: pnpm install --frozen-lockfile --ignore-scripts
+ run: pnpm install --no-frozen-lockfile --ignore-scripts
77
- name: Run unit tests
78
run: pnpm unit
0 commit comments