Skip to content

upgrade Vue to the latet version of Vue2 #159

upgrade Vue to the latet version of Vue2

upgrade Vue to the latet version of Vue2 #159

Workflow file for this run

name: lint
on: push
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- run: yarn install
- run: yarn run lint