From 0ec62997c0575661c410e264359326b2bc016764 Mon Sep 17 00:00:00 2001 From: Chris de Almeida Date: Fri, 18 Jul 2025 08:59:44 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20update=20CI=20deps=20for=20node?= =?UTF-8?q?=204?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7fd72a..4da64ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: - name: Node.js 4.x node-version: "4.9" - npm-i: mocha@5.2.0 nyc@11.9.0 supertest@3.4.2 + npm-i: mocha@3.5.3 nyc@10.3.2 supertest@2.0.1 - name: Node.js 5.x node-version: "5.12"