Skip to content

Bump vuetify from 3.3.22 to 3.4.3 #72

Bump vuetify from 3.3.22 to 3.4.3

Bump vuetify from 3.3.22 to 3.4.3 #72

Workflow file for this run

name: CI
on: [push]
jobs:
check:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependency
run: npm i
- name: Check linting
run: npm run lint
- name: Check tests
run: npm run test