Skip to content

npm: bump eslint-plugin-vue from 9.22.0 to 9.26.0 #6

npm: bump eslint-plugin-vue from 9.22.0 to 9.26.0

npm: bump eslint-plugin-vue from 9.22.0 to 9.26.0 #6

Workflow file for this run

name: build-test
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: get dependencies
run: npm install
- name: build
run: npm run build