Skip to content

Commit d7b146d

Browse files
renovate[bot]renovate-botota-meshi
authored
Update dependency mocha to v10 (#27)
* Update dependency mocha to v10 * update Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: yosuke ota <[email protected]>
1 parent 421564b commit d7b146d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ jobs:
8282
run: |+
8383
npm i -D @typescript-eslint/parser@3 mocha@7
8484
if: "matrix.node == '8.10'"
85+
- name: Install for Node v10
86+
run: |+
87+
npm i -D mocha@9
88+
if: "matrix.node == 10"
8589
- name: Install for ESLint v4
8690
run: |+
8791
npm i -D eslint-utils@2 --legacy-peer-deps

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint-plugin-vue": "^8.5.0",
2929
"espree": "^9.3.1",
3030
"globals": "^13.0.0",
31-
"mocha": "^9.0.0",
31+
"mocha": "^10.0.0",
3232
"npm-run-all": "^4.1.5",
3333
"nyc": "^15.0.0",
3434
"opener": "^1.5.1",

0 commit comments

Comments
 (0)