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 44cc7cd commit 6b16ff6Copy full SHA for 6b16ff6
.github/workflows/lint.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Use Typescript@${{ matrix.ts }} & @types/node@${{ matrix.node-dts }}
36
run: |
37
pnpm install
38
- pnpm install typescript@${{ matrix.ts }} -w
+ pnpm install typescript@${{ matrix.ts }}
39
- run: pnpm exec tsc
40
code-format:
41
runs-on: ubuntu-latest
0 commit comments