Skip to content
This repository was archived by the owner on May 22, 2023. It is now read-only.

Commit 316e85e

Browse files
Don't resolve latest sortition-pools contracts
In one of previous commits (581e957) we updated `package.json` and `package-lock.json` to use fixed version of `sortition-pools` package as a dependency. We want to use that fixed version also when building an npm package with `keep-ecdsa` contracts for development environment.
1 parent 6c9ad92 commit 316e85e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/npm.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ jobs:
3232
- name: Resolve latest contracts
3333
working-directory: ./solidity
3434
run: |
35-
npm update --save-exact \
36-
@keep-network/keep-core \
37-
@keep-network/sortition-pools
35+
npm update --save-exact @keep-network/keep-core
3836
3937
- name: Compile contracts
4038
run: npx truffle compile

0 commit comments

Comments
 (0)