Skip to content

Bump vitest from 1.6.0 to 2.0.0 (#39) #115

Bump vitest from 1.6.0 to 2.0.0 (#39)

Bump vitest from 1.6.0 to 2.0.0 (#39) #115

Workflow file for this run

name: Test Packages
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- shell: bash
run: |
yarn install --frozen-lockfile
yarn test