Skip to content

chore(deps): update dependency eslint-plugin-vue to v9 #1557

chore(deps): update dependency eslint-plugin-vue to v9

chore(deps): update dependency eslint-plugin-vue to v9 #1557

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"