Skip to content

Commit

Permalink
feat!: change http library (#842)
Browse files Browse the repository at this point in the history
* feat!: change http library
  • Loading branch information
Cafe137 authored May 22, 2023
1 parent 81f9b5c commit e5f0b35
Show file tree
Hide file tree
Showing 68 changed files with 1,070 additions and 2,159 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,28 +36,28 @@ jobs:
cache: 'npm'

- name: Install npm deps
run: npm install -g npm && npm ci
run: npm install -g npm && npm ci && npm install -g @ethersphere/bee-factory

# Start Bee Factory environment
- name: Start Bee Factory environment
if: matrix.node-version != '18.x'
if: matrix.node-version != '18.x'
run: npm run bee -- --verbose --detach

# Start Bee Factory environment for Node 18
- name: Start Bee Factory environment for Node 18
if: matrix.node-version == '18.x'
if: matrix.node-version == '18.x'
env:
NODE_OPTIONS: '--no-experimental-fetch'
run: npm run bee -- --verbose --detach

- name: Tests Node 18
if: matrix.node-version == '18.x'
if: matrix.node-version == '18.x'
env:
NODE_OPTIONS: '--no-experimental-fetch'
run: npm run test

- name: Tests non-Node 18
if: matrix.node-version != '18.x'
if: matrix.node-version != '18.x'
run: npm run test

- name: Debug workflow if failed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
**Warning: This project is in beta state. There might (and most probably will) be changes in the future to its API and working. Also, no guarantees can be made about its stability, efficiency, and security at this stage.**

This project is intended to be used with **Bee version <!-- SUPPORTED_BEE_START -->1.12.0<!-- SUPPORTED_BEE_END -->**. Using it with older or newer Bee versions is not recommended and may not work. Stay up to date by joining the [official Discord](https://discord.gg/GU22h2utj6) and by keeping an eye on the [releases tab](https://github.com/ethersphere/bee-js/releases).
This project is intended to be used with **Bee version <!-- SUPPORTED_BEE_START -->1.13.0<!-- SUPPORTED_BEE_END -->**. Using it with older or newer Bee versions is not recommended and may not work. Stay up to date by joining the [official Discord](https://discord.gg/GU22h2utj6) and by keeping an eye on the [releases tab](https://github.com/ethersphere/bee-js/releases).

## Table of Contents

Expand Down
Loading

0 comments on commit e5f0b35

Please sign in to comment.