Skip to content

chore(deps-dev): bump @vitest/coverage-v8 from 1.3.0 to 1.3.1 (#169) #350

chore(deps-dev): bump @vitest/coverage-v8 from 1.3.0 to 1.3.1 (#169)

chore(deps-dev): bump @vitest/coverage-v8 from 1.3.0 to 1.3.1 (#169) #350

Workflow file for this run

---
name: CI
on:
push:
branches:
- master
pull_request:
env:
CI: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: npm ci
- name: Upload code coverage
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}