Skip to content

Bump @vitest/browser from 4.1.7 to 4.1.8 #40

Bump @vitest/browser from 4.1.7 to 4.1.8

Bump @vitest/browser from 4.1.7 to 4.1.8 #40

Workflow file for this run

name: build & test
on:
push:
branches:
- master
pull_request:
branches:
- master
env:
FORCE_COLOR: 1
jobs:
build:
runs-on: windows-latest
strategy:
matrix:
node-version: [latest]
timeout-minutes: 10
steps:
- uses: actions/checkout@v6
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci
- run: npm run build
- run: npx playwright install
- run: npm run test