Skip to content

fix(deps): update dependency vuetify to v3 #1552

fix(deps): update dependency vuetify to v3

fix(deps): update dependency vuetify to v3 #1552

Workflow file for this run

name: Build and Test
on:
push:
branches-ignore:
- main
- gh-pages
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4.1.1
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Build and Run End2End tests with Cypress
uses: cypress-io/github-action@v4
with:
build: npm run build
start: npm run serve
wait-on: "http://localhost:8080"