Skip to content

Commit

Permalink
Merge pull request #23 from nervosnetwork/specifying-fetch
Browse files Browse the repository at this point in the history
feat: Allow manually specifying a different fetch function
  • Loading branch information
xxuejie committed Jan 10, 2024
2 parents 3eaa7f0 + 0b6c25e commit 2236770
Show file tree
Hide file tree
Showing 7 changed files with 1,634 additions and 925 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion dist/ckb-js-toolkit.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ckb-js-toolkit.node.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ckb-js-toolkit.node.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ckb-js-toolkit.umd.js

Large diffs are not rendered by default.

0 comments on commit 2236770

Please sign in to comment.