Skip to content

build(deps-dev): bump eslint-plugin-vue from 9.28.0 to 9.29.0 #1438

build(deps-dev): bump eslint-plugin-vue from 9.28.0 to 9.29.0

build(deps-dev): bump eslint-plugin-vue from 9.28.0 to 9.29.0 #1438

Workflow file for this run

name: QA
on:
pull_request:
branches:
- master
jobs:
compile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- run: npm ci
- run: npm run lint
- run: npm run build