diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6b7c8ef..46e1af0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,9 +87,11 @@ jobs: - name: Node.js 12.x node-version: "12.22" + npm-i: mocha@9.2.2 - name: Node.js 13.x node-version: "13.14" + npm-i: mocha@9.2.2 - name: Node.js 14.x node-version: "14.21" diff --git a/package.json b/package.json index c0fbaceb..8de41344 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "devDependencies": { "eslint": "8.57.0", - "mocha": "9.2.2", + "mocha": "10.7.3", "nyc": "15.1.0", "supertest": "6.1.6" },