From a3b3a9481091ddd06b8f83784ba9c4e034dc912a Mon Sep 17 00:00:00 2001 From: Devin Lafreniere <33127602+dlafreniere@users.noreply.github.com> Date: Thu, 20 Jan 2022 17:40:13 -0500 Subject: [PATCH] chore: updated node-fetch version to 2.6.7 (#124) * chore: updated node-fetch version to 2.6.7 * build: use node 16.x instead of 15.x --- .github/workflows/ci.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b6f33d..568f17a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [10.x, 12.x, 14.x, 15.x] + node-version: [10.x, 12.x, 14.x, 16.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - uses: actions/checkout@v2 diff --git a/package.json b/package.json index 226fbd9..7268472 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "url": "https://github.com/lquixada/cross-fetch/issues" }, "dependencies": { - "node-fetch": "2.6.5" + "node-fetch": "2.6.7" }, "devDependencies": { "@commitlint/cli": "12.0.1",