diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 24b5ff1..5d43133 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,6 @@ name: Build -on: [ push, pull_request ] +on: [ push ] jobs: build: @@ -29,6 +29,8 @@ jobs: git clone https://github.com/nevermined-io/tools cd tools export KEEPER_OWNER_ROLE_ADDRESS="0xe2DD09d719Da89e5a3D0F2549c7E24566e947260" + export KEEPER_VERSION=v1.3.9 + export GATEWAY_VERSION=v0.12.6 rm -rf "${HOME}/.nevermined/nevermined-contracts/artifacts" ./start_nevermined.sh --latest --no-marketplace --spree-embedded-contracts & cd .. diff --git a/package.json b/package.json index 06ff636..af49ffc 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "ncli": "./dist/src/index.js" }, "dependencies": { - "@nevermined-io/nevermined-sdk-js": "^0.19.7", + "@nevermined-io/nevermined-sdk-js": "^0.19.12", "@truffle/hdwallet-provider": "^1.4.1", "chalk": "^4.1.2", "cli-docs-generator": "^1.0.7",