Skip to content

Commit

Permalink
feat: add bee 1.4.0 compatibility and upgrade to bee-js 3.0.0 (#302)
Browse files Browse the repository at this point in the history
* feat: add bee 1.4.0 compatibility and switch to bee-js 3.0.0

* ci: change to stateful images
  • Loading branch information
Cafe137 authored Nov 26, 2021
1 parent fb69fde commit 4ee8f0c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
- '**'

env:
BEE_VERSION: '1.3.0-fd09d1c4-stateful'
BLOCKCHAIN_VERSION: '1.2.0-for-1.3.0-fd09d1c4-stateful'
BEE_VERSION: '1.4.0-8fa696a8-stateful'
BLOCKCHAIN_VERSION: '1.2.0-for-1.4.0-8fa696a8-stateful'
BEE_ENV_PREFIX: 'swarm-test'
BEE_IMAGE_PREFIX: 'docker.pkg.github.com/ethersphere/bee-factory'
COMMIT_VERSION_TAG: 'false'
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"webpack-cli": "^4.6.0"
},
"dependencies": {
"@ethersphere/bee-js": "^2.1.1",
"@ethersphere/bee-js": "^3.0.0",
"chalk": "^2.4.2",
"cli-progress": "^3.8.2",
"ethereumjs-wallet": "^1.0.1",
Expand Down

0 comments on commit 4ee8f0c

Please sign in to comment.