diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3595f93d..e44a2ca73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ env: MAKEFLAGS: "-j${NPROC}" NIMFLAGS: "--parallelBuild:${NPROC} --colors:off -d:chronicles_colors:none" NIM_VERSION: '2.2.4' - NIMBLE_VERSION: '0.22.3' + NIMBLE_VERSION: '0.20.1' jobs: changes: # changes detection diff --git a/.github/workflows/container-image.yml b/.github/workflows/container-image.yml index b527fc60a..07c74cda4 100644 --- a/.github/workflows/container-image.yml +++ b/.github/workflows/container-image.yml @@ -16,7 +16,7 @@ env: MAKEFLAGS: "-j${NPROC}" NIMFLAGS: "--parallelBuild:${NPROC}" NIM_VERSION: '2.2.4' - NIMBLE_VERSION: '0.22.3' + NIMBLE_VERSION: '0.20.1' # This workflow should not run for outside contributors # If org secrets are not available, we'll avoid building and publishing the docker image and we'll pass the workflow diff --git a/waku.nimble b/waku.nimble index 0c57c152d..d4c2b8628 100644 --- a/waku.nimble +++ b/waku.nimble @@ -11,7 +11,7 @@ license = "MIT or Apache License 2.0" #bin = @["build/waku"] requires "nim == 2.2.4" -requires "nimble == 0.22.3" +requires "nimble == 0.20.1" ### Dependencies requires "chronos >= 4.2.0",