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 5aaa765 commit a16d24fCopy full SHA for a16d24f
.github/workflows/ci.yml
@@ -12,16 +12,16 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
15
- - uses: actions/setup-node@v4
16
- with:
17
- node-version: 22
18
- cache: 'pnpm'
19
-
20
- uses: pnpm/action-setup@v4
21
with:
22
version: 10.14.0
23
run_install: false
24
+ - uses: actions/setup-node@v4
+ with:
+ node-version: 22
+ cache: 'pnpm'
+
25
- run: pnpm install --frozen-lockfile
26
- run: pnpm run lint
27
- run: pnpm run typecheck
0 commit comments