Skip to content

chore(deps-dev): bump vitest from 2.1.8 to 3.0.5 #7644

chore(deps-dev): bump vitest from 2.1.8 to 3.0.5

chore(deps-dev): bump vitest from 2.1.8 to 3.0.5 #7644

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18]
os: [macos-latest, windows-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm run build
- run: pnpm run test