From 15b4b0e5618ef3183838f36789f99235ab95d486 Mon Sep 17 00:00:00 2001 From: Vojtech Simetka Date: Sun, 7 Nov 2021 14:43:54 +0100 Subject: [PATCH] ci: check supported bee version (#231) --- .github/workflows/check.yaml | 6 ++++++ README.md | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 20286f5..e6a6db9 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -49,3 +49,9 @@ jobs: - name: Build run: npm run build + + - name: Update supported Bee action + uses: ethersphere/update-supported-bee-action@v1 + if: github.ref == 'refs/heads/master' + with: + token: ${{ secrets.REPO_GHA_PAT }} diff --git a/README.md b/README.md index dd6639d..c5a3cd6 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,10 @@ **Warning: This project is in alpha 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 the latest released version of Bee. Using it with older 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-dashboard/releases). +This project is intended to be used with **Bee version 1.2.0-29eb9414**. +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-dashboard/releases). ![Status page](/ui_samples/info.png)