Skip to content

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

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

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

Workflow file for this run

name: Node Build
on:
push:
branches: [latest]
pull_request:
workflow_dispatch:
jobs:
build_and_test:
uses: homebridge/.github/.github/workflows/nodejs-build-and-test.yml@latest
with:
enable_coverage: true
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
lint:
needs: build_and_test
uses: homebridge/.github/.github/workflows/eslint.yml@latest