Skip to content

Commit a1aebf2

Browse files
committed
build: mocha@10.0.0
1 parent 08f5dca commit a1aebf2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint": "7.32.0",
2626
"eslint-plugin-markdown": "2.2.1",
2727
"express": "4.17.3",
28-
"mocha": "9.2.2",
28+
"mocha": "10.0.0",
2929
"nyc": "15.1.0",
3030
"supertest": "6.2.3"
3131
},

0 commit comments

Comments
 (0)