We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0955369 commit 2bc87d6Copy full SHA for 2bc87d6
.github/workflows/main.yml
@@ -30,7 +30,7 @@ jobs:
30
strategy:
31
matrix:
32
os: [windows-latest, ubuntu-latest, macos-latest]
33
- node: [12, 14]
+ node: [14, 16]
34
fail-fast: true
35
steps:
36
- uses: actions/checkout@v2
package.json
@@ -63,7 +63,7 @@
63
"nanoid": "^3.1.20",
64
"native-abort-controller": "^1.0.3",
65
"native-fetch": "^3.0.0",
66
- "node-fetch": "npm:@achingbrain/node-fetch@^2.6.3",
+ "node-fetch": "npm:@achingbrain/node-fetch@^2.6.4",
67
"react-native-fetch-api": "^1.0.2",
68
"stream-to-it": "^0.2.2"
69
},
0 commit comments