We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea07292 commit 03c29d5Copy full SHA for 03c29d5
.github/workflows/NodeCI.yml
@@ -46,7 +46,7 @@ jobs:
46
node-version: ${{ matrix.node-version }}
47
- name: Install Target Packages
48
run: |+
49
- npm i -D eslint@^8.0.0
+ npm i -D eslint@^8.0.0 vue-eslint-parser@^9
50
npx rimraf node_modules
51
npm install
52
- name: Test
0 commit comments