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 c4ee11e commit 4cf54a6Copy full SHA for 4cf54a6
.github/workflows/lint.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v4
11
- - uses: pnpm/action-setup@v2
+ - uses: pnpm/action-setup@v4
12
with:
13
run_install: true
14
- name: Lint
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
- - uses: pnpm/action-setup@v3
23
24
25
- name: Typecheck
.github/workflows/tests.yml
@@ -13,7 +13,7 @@ jobs:
15
16
17
18
- name: Run tests
0 commit comments