Skip to content

Commit e475060

Browse files
authored
fix(deps): revert to node-fetch (#595)
1 parent a571938 commit e475060

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
'use strict';
22

3+
const fetch = require('node-fetch');
34
const fs = require('fs');
45
const path = require('path');
5-
const { fetch } = require('undici');
66
const { CI_DOMAIN } = require('./ci/ci_type_parser');
77
const proxy = require('./proxy');
88
const {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
"listr2": "^3.13.3",
4646
"lodash": "^4.17.21",
4747
"log-symbols": "^4.1.0",
48+
"node-fetch": "^2.6.1",
4849
"ora": "^5.4.1",
4950
"proxy-agent": "^5.0.0",
5051
"replace-in-file": "^6.3.2",
5152
"rimraf": "^3.0.2",
52-
"undici": "^4.9.5",
5353
"which": "^2.0.2",
5454
"yargs": "^17.2.1"
5555
},

0 commit comments

Comments
 (0)