Skip to content

chore(deps-dev): bump vite from 5.4.11 to 5.4.14 #87

chore(deps-dev): bump vite from 5.4.11 to 5.4.14

chore(deps-dev): bump vite from 5.4.11 to 5.4.14 #87

Workflow file for this run

name: Tests
on: push
jobs:
lint:
name: Run tests
runs-on: ubuntu-latest
container: "node:18-alpine"
steps:
- uses: actions/checkout@v1
- run: npm ci
- run: npm test