Skip to content

Commit 0bbb0e4

Browse files
renovate[bot]danez
andauthored
chore(deps): update vitest monorepo to v0.32.0 (#369)
* chore(deps): update vitest monorepo to v0.32.0 * chore: switch to v8 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Tschinder <[email protected]>
1 parent 9ba76e2 commit 0bbb0e4

File tree

5 files changed

+145
-207
lines changed

5 files changed

+145
-207
lines changed

.github/workflows/main.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ on:
55
pull_request:
66
branches: [main]
77
jobs:
8+
lint:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Git checkout
12+
uses: actions/checkout@v3
13+
- name: Setup Node.js
14+
uses: actions/setup-node@v3
15+
with:
16+
node-version: 'lts/*'
17+
cache: npm
18+
- name: Install dependencies
19+
run: npm ci
20+
- name: Linting
21+
run: npm run format:ci
822
build:
923
runs-on: ${{ matrix.os }}
1024
strategy:
@@ -25,11 +39,8 @@ jobs:
2539
with:
2640
node-version: ${{ matrix.node-version }}
2741
cache: npm
28-
check-latest: true
2942
- name: Install dependencies
3043
run: npm ci
31-
- name: Linting
32-
run: npm run format:ci
3344
- name: Building
3445
run: npm run build
3546
- name: Tests

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
dist
22
node_modules/
33
.eslintcache
4+
coverage/

0 commit comments

Comments
 (0)