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 9391d8b commit 48088b8Copy full SHA for 48088b8
.github/workflows/test.yaml
@@ -24,6 +24,6 @@ jobs:
24
with:
25
version: latest
26
- name: Install dependencies
27
- run: pnpm install --frozen-lockfile
+ run: pnpm install
28
- name: Run tests
29
run: pnpm test
0 commit comments