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 a7bfbcd commit 98d7b94Copy full SHA for 98d7b94
.github/workflows/ci.yml
@@ -1,13 +1,11 @@
1
name: ci
2
-
3
on:
4
push:
5
branches:
6
- main
7
pull_request:
8
9
10
11
jobs:
12
ci:
13
runs-on: ubuntu-latest
@@ -16,10 +14,11 @@ jobs:
16
14
- run: corepack enable
17
15
- uses: actions/setup-node@v3
18
with:
19
- node-version: 16
+ node-version: 20
20
cache: pnpm
21
- run: pnpm install --no-frozen-lockfile
22
- run: pnpm lint
+ - run: pnpm typecheck
23
- run: pnpm build
24
- run: pnpm vitest --coverage
25
- uses: codecov/codecov-action@v3
0 commit comments