Skip to content

Bump vitest from 1.0.4 to 1.2.2 #559

Bump vitest from 1.0.4 to 1.2.2

Bump vitest from 1.0.4 to 1.2.2 #559

Workflow file for this run

name: Node.js CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Use Node.js 20.x
uses: actions/[email protected]
with:
node-version: 20.x
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test:coverage
- name: Codecov
uses: codecov/[email protected]