Skip to content

chore(deps-dev): bump vite from 4.1.4 to 4.5.3 #73

chore(deps-dev): bump vite from 4.1.4 to 4.5.3

chore(deps-dev): bump vite from 4.1.4 to 4.5.3 #73

Workflow file for this run

name: Test and build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
version: [16, 18]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.version }}
cache: 'npm'
- run: npm install --frozen-lockfile
- run: npm run test
- run: npm run build