Skip to content

Bump @vitest/coverage-v8 from 2.1.5 to 2.1.8 #19

Bump @vitest/coverage-v8 from 2.1.5 to 2.1.8

Bump @vitest/coverage-v8 from 2.1.5 to 2.1.8 #19

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ "master" ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
name: Node.js ${{ matrix.node-version }}
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm test