Skip to content

Commit a3b3a94

Browse files
authored
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
1 parent efed703 commit a3b3a94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
node-version: [10.x, 12.x, 14.x, 15.x]
34+
node-version: [10.x, 12.x, 14.x, 16.x]
3535
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
3636
steps:
3737
- uses: actions/checkout@v2

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"url": "https://github.com/lquixada/cross-fetch/issues"
7171
},
7272
"dependencies": {
73-
"node-fetch": "2.6.5"
73+
"node-fetch": "2.6.7"
7474
},
7575
"devDependencies": {
7676
"@commitlint/cli": "12.0.1",

0 commit comments

Comments
 (0)