Skip to content

build(deps): bump vue from 2.7.14 to 3.5.1 #1063

build(deps): bump vue from 2.7.14 to 3.5.1

build(deps): bump vue from 2.7.14 to 3.5.1 #1063

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Lint
run: yarn lint
- name: Run tests
run: yarn test