Skip to content

Commit

Permalink
chore: bee 0.6.2 support (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
AuHau authored Jun 1, 2021
1 parent 4a3f837 commit 8b4b225
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- '**'

env:
BEE_VERSION: '0.6.0'
BEE_VERSION: '0.6.2-984dca0a'
BLOCKCHAIN_VERSION: '1.1.1'
BEE_ENV_PREFIX: 'swarm-test'
BEE_IMAGE_PREFIX: 'docker.pkg.github.com/ethersphere/bee-factory'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@
"engines": {
"node": ">=12.0.0",
"npm": ">=6.0.0",
"bee": "0.6.0-67cc8f24"
"bee": "0.6.2-984dca0a"
}
}

0 comments on commit 8b4b225

Please sign in to comment.