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 e5c732a commit 608b25fCopy full SHA for 608b25f
.github/workflows/ci.yml
@@ -80,7 +80,7 @@ jobs:
80
npm r -D vuepress eslint-plugin-eslint-plugin eslint-plugin-prettier vue-eslint-parser eslint-plugin-vue
81
- name: Install for Node v8
82
run: |+
83
- npm i -D @typescript-eslint/parser@3
+ npm i -D @typescript-eslint/parser@3 mocha@7
84
if: "matrix.node == '8.10'"
85
- name: Install for ESLint v4
86
package.json
@@ -30,7 +30,7 @@
30
"eslint4b": "^7.10.0",
31
"espree": "^9.3.1",
32
"globals": "^13.0.0",
33
- "mocha": "^6.2.0",
+ "mocha": "^9.0.0",
34
"npm-run-all": "^4.1.5",
35
"nyc": "^14.1.1",
36
"opener": "^1.5.1",
0 commit comments