Skip to content

Commit 44ffa97

Browse files
committedJun 4, 2022
build: mocha@10.0.0
1 parent 633a78a commit 44ffa97

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,11 @@ jobs:
9292

9393
- name: Node.js 12.x
9494
node-version: "12.22"
95+
npm-i: mocha@9.2.2
9596

9697
- name: Node.js 13.x
9798
node-version: "13.14"
99+
npm-i: mocha@9.2.2
98100

99101
- name: Node.js 14.x
100102
node-version: "14.19"

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"eslint-plugin-promise": "5.2.0",
3232
"eslint-plugin-standard": "4.1.0",
3333
"methods": "1.1.2",
34-
"mocha": "9.2.2",
34+
"mocha": "10.0.0",
3535
"nyc": "15.1.0",
3636
"safe-buffer": "5.2.1",
3737
"supertest": "6.2.2"

0 commit comments

Comments
 (0)
Please sign in to comment.