Skip to content

chore(deps-dev): bump @vitest/coverage-v8 from 2.0.5 to 2.1.1 #622

chore(deps-dev): bump @vitest/coverage-v8 from 2.0.5 to 2.1.1

chore(deps-dev): bump @vitest/coverage-v8 from 2.0.5 to 2.1.1 #622

Workflow file for this run

name: CI
on:
push:
branches:
- main
tags:
- v[0-9]+.[0-9]+.[0-9]+*
pull_request:
jobs:
build:
strategy:
matrix:
os: [macos-13, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v4
- name: 💚 Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: 🚧 Install Dependencies
run: npm ci
- name: 📦 Build
run: npm run build
- name: 🧪 Run Tests
uses: GabrielBB/xvfb-action@v1
with:
run: npm test