Skip to content

Bump eslint-plugin-vue from 9.16.1 to 9.18.0 #121

Bump eslint-plugin-vue from 9.16.1 to 9.18.0

Bump eslint-plugin-vue from 9.16.1 to 9.18.0 #121

Workflow file for this run

name: Test
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: 20
- run: npm install
- run: npm test