Skip to content

chore(deps-dev): bump @vitest/coverage-v8 from 1.2.1 to 1.2.2 (#159) #329

chore(deps-dev): bump @vitest/coverage-v8 from 1.2.1 to 1.2.2 (#159)

chore(deps-dev): bump @vitest/coverage-v8 from 1.2.1 to 1.2.2 (#159) #329

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 }}