Skip to content

Commit 98d7b94

Browse files
committed
chore: Update CI
1 parent a7bfbcd commit 98d7b94

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
name: ci
2-
32
on:
43
push:
54
branches:
65
- main
76
pull_request:
87
branches:
98
- main
10-
119
jobs:
1210
ci:
1311
runs-on: ubuntu-latest
@@ -16,10 +14,11 @@ jobs:
1614
- run: corepack enable
1715
- uses: actions/setup-node@v3
1816
with:
19-
node-version: 16
17+
node-version: 20
2018
cache: pnpm
2119
- run: pnpm install --no-frozen-lockfile
2220
- run: pnpm lint
21+
- run: pnpm typecheck
2322
- run: pnpm build
2423
- run: pnpm vitest --coverage
2524
- uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)