Skip to content

Build(deps): Bump eslint-plugin-vue from 10.5.0 to 10.6.1 #10355

Build(deps): Bump eslint-plugin-vue from 10.5.0 to 10.6.1

Build(deps): Bump eslint-plugin-vue from 10.5.0 to 10.6.1 #10355

Workflow file for this run

---
name: eslint
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
test:
if: false # disabled because currently failing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: '22'
- name: npm clean-install
run: npm clean-install --ignore-scripts
- name: npm run lint
run: npm run lint