Skip to content

Bump @vitest/coverage-v8 from 2.1.8 to 3.0.5 #103

Bump @vitest/coverage-v8 from 2.1.8 to 3.0.5

Bump @vitest/coverage-v8 from 2.1.8 to 3.0.5 #103

Workflow file for this run

---
name: Default
on: push
jobs:
main:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node: ["18", "20", "22"]
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ruby
bundler-cache: true
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: bundle exec rubocop -f github
- run: bundle exec ./gentests.rb
- run: bundle exec ./gentests.rb | diff index.test.ts -
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npm run build
- run: npm pack