We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d5b7f commit 6aa7d12Copy full SHA for 6aa7d12
.github/workflows/pr_checks.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/setup-node@v4
23
with:
24
node-version: 20
25
- - run: pnpm ci
+ - run: pnpm install
26
- name: Check linting
27
run: pnpm run lint
28
- name: Check type errors
0 commit comments