From 4f855664fd7725311b163f3d4fb8354e67cf9ae6 Mon Sep 17 00:00:00 2001 From: Carlos Serrano Date: Wed, 27 Mar 2024 17:47:53 +0100 Subject: [PATCH] update node 8 version and pin nyc. Also added missing 9.x to ci-tests action closes #48 Similar fix as jshttp/http-errors#109 --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 096d494..25edd0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,13 +74,13 @@ jobs: node-version: "7.10" npm-i: mocha@6.2.2 nyc@14.1.1 - - name: Node.js 8.0 - node-version: "8.0" - npm-i: mocha@6.2.2 nyc@14.1.1 - - name: Node.js 8.x node-version: "8.17" - npm-i: mocha@7.2.0 + npm-i: mocha@7.2.0 nyc@14.1.1 + + - name: Node.js 9.x + node-version: "9.11" + npm-i: mocha@7.2.0 nyc@14.1.1 - name: Node.js 10.x node-version: "10.24"