Skip to content

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

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

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

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 20.x (LTS)
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: npm install, build, and test
run: |
npm ci
npm run build --if-present
npm test