Skip to content

build(npm): bump vuetify from 2.6.14 to 3.7.6 #2076

build(npm): bump vuetify from 2.6.14 to 3.7.6

build(npm): bump vuetify from 2.6.14 to 3.7.6 #2076

name: Continuous Integration
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: setup node.js 16
uses: actions/[email protected]
with:
node-version: 16
cache: yarn
- run: yarn install --immutable
- run: yarn lint --max-warnings 0
- run: yarn build
- name: check git is clean
run: 'git add . && git diff-index --quiet HEAD || (git reset --quiet && echo "Error: changed files" && git status --porcelain && exit 1)'