Skip to content

Bump eslint-plugin-vue from 9.17.0 to 9.18.1 #785

Bump eslint-plugin-vue from 9.17.0 to 9.18.1

Bump eslint-plugin-vue from 9.17.0 to 9.18.1 #785

Workflow file for this run

name: End to end tests (Cypress)
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout 🔍
uses: actions/checkout@v4
- name: Set up node env
uses: actions/[email protected]
with:
node-version: 16
# Install NPM dependencies, cache them correctly
# and run all Cypress End to End tests
- name: Run End to End tests 🧪
uses: cypress-io/github-action@v6
with:
build: npm run generate
start: npm start
component: false