Skip to content

chore(deps): bump vite from 4.2.1 to 4.2.3 #441

chore(deps): bump vite from 4.2.1 to 4.2.3

chore(deps): bump vite from 4.2.1 to 4.2.3 #441

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
node-version: [16.x, 18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run generate
- run: npm test