Skip to content

chore(deps): bump vue from 2.6.12 to 3.0.0 #74

chore(deps): bump vue from 2.6.12 to 3.0.0

chore(deps): bump vue from 2.6.12 to 3.0.0 #74

Workflow file for this run

name: test
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: yarn install --frozen-lockfile
- run: yarn lint --no-fix
- run: yarn build