Skip to content

Commit 2bc87d6

Browse files
authored
chore: demand certain node fetch (#128)
1 parent 0955369 commit 2bc87d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
os: [windows-latest, ubuntu-latest, macos-latest]
33-
node: [12, 14]
33+
node: [14, 16]
3434
fail-fast: true
3535
steps:
3636
- uses: actions/checkout@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"nanoid": "^3.1.20",
6464
"native-abort-controller": "^1.0.3",
6565
"native-fetch": "^3.0.0",
66-
"node-fetch": "npm:@achingbrain/node-fetch@^2.6.3",
66+
"node-fetch": "npm:@achingbrain/node-fetch@^2.6.4",
6767
"react-native-fetch-api": "^1.0.2",
6868
"stream-to-it": "^0.2.2"
6969
},

0 commit comments

Comments
 (0)