Skip to content

chore(deps): update dependency vue to v3 #688

chore(deps): update dependency vue to v3

chore(deps): update dependency vue to v3 #688

Workflow file for this run

name: Build and test
on: push
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2.7.0
- name: Install and Build 🔧
run: |
yarn install
yarn lint
yarn test
yarn build