Skip to content

chore(deps-dev): bump @vitest/coverage-v8 from 2.1.4 to 2.1.8 #712

chore(deps-dev): bump @vitest/coverage-v8 from 2.1.4 to 2.1.8

chore(deps-dev): bump @vitest/coverage-v8 from 2.1.4 to 2.1.8 #712

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 21.x]
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: npm install, lint and test
run: |
npm install
npm run lint
npm test --coverage
env:
CI: true