Skip to content

Apply fix

Apply fix #3

Workflow file for this run

on:
push:
jobs:
vitest213:
name: Vitest 2.1.3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm install '[email protected]' '@vitest/[email protected]'
- run: npx playwright install --with-deps
- run: npx vitest
vitest214:
name: Vitest 2.1.4
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm install '[email protected]' '@vitest/[email protected]'
- run: npx playwright install --with-deps
- run: npx vitest