chore(deps): update dependency @vue/eslint-config-typescript to v14 #1656
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and Test | |
on: | |
push: | |
branches-ignore: | |
- main | |
- gh-pages | |
jobs: | |
build-and-test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout 🛎️ | |
uses: actions/[email protected] | |
- uses: actions/setup-node@v4 | |
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" |