Skip to content

Bump @vitest/coverage-v8 from 0.34.5 to 0.34.6 #286

Bump @vitest/coverage-v8 from 0.34.5 to 0.34.6

Bump @vitest/coverage-v8 from 0.34.5 to 0.34.6 #286

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 19.x, 20.x]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npm run compile
- run: npm test
env:
CI: true