Skip to content

Commit

Permalink
Merge pull request #31 from nevermined-io/feature/sdk_01912
Browse files Browse the repository at this point in the history
using sdk-js v0.19.12
  • Loading branch information
aaitor authored Mar 30, 2022
2 parents 4378b26 + 0b9ff63 commit 311fd14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build

on: [ push, pull_request ]
on: [ push ]

jobs:
build:
Expand Down Expand Up @@ -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 ..
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 311fd14

Please sign in to comment.