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 421564b commit d7b146dCopy full SHA for d7b146d
.github/workflows/ci.yml
@@ -82,6 +82,10 @@ jobs:
82
run: |+
83
npm i -D @typescript-eslint/parser@3 mocha@7
84
if: "matrix.node == '8.10'"
85
+ - name: Install for Node v10
86
+ run: |+
87
+ npm i -D mocha@9
88
+ if: "matrix.node == 10"
89
- name: Install for ESLint v4
90
91
npm i -D eslint-utils@2 --legacy-peer-deps
package.json
@@ -28,7 +28,7 @@
28
"eslint-plugin-vue": "^8.5.0",
29
"espree": "^9.3.1",
30
"globals": "^13.0.0",
31
- "mocha": "^9.0.0",
+ "mocha": "^10.0.0",
32
"npm-run-all": "^4.1.5",
33
"nyc": "^15.0.0",
34
"opener": "^1.5.1",
0 commit comments