Skip to content

Bump vite from 4.5.0 to 5.0.5 #53

Bump vite from 4.5.0 to 5.0.5

Bump vite from 4.5.0 to 5.0.5 #53

Workflow file for this run

name: tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: npm
- run: npm ci
- run: npm test