Skip to content

chore(deps-dev): bump eslint-plugin-vue from 9.28.0 to 9.32.0 #701

chore(deps-dev): bump eslint-plugin-vue from 9.28.0 to 9.32.0

chore(deps-dev): bump eslint-plugin-vue from 9.28.0 to 9.32.0 #701

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 21.x]
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: npm install, lint and test
run: |
npm install
npm run lint
npm test --coverage
env:
CI: true