Skip to content

Update dependency vite to v6.0.6 #767

Update dependency vite to v6.0.6

Update dependency vite to v6.0.6 #767

Workflow file for this run

name: ci
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [21.x]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: install and test
run: |
npm ci
npm run lint
npm run test:unit
npx playwright install --with-deps
npm run test