Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #567 from keep-network/ci-lons
Browse files Browse the repository at this point in the history
CI-lons: Fix issue with package-lock and solc 0.5.17, try to ensure it doesn't happen again
  • Loading branch information
NicholasDotSol authored Apr 7, 2020
2 parents 58f632e + 951329f commit 818812b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- v1-client-npm-deps-{{ .Branch }}-{{ checksum "solidity/package-lock.json" }}
- v1-client-npm-deps-{{ .Branch }}-
- v1-client-npm-deps-
- run: cd solidity && npm install
- run: cd solidity && npm ci
- save_cache:
key: v1-client-npm-deps-{{ .Branch }}-{{ checksum "solidity/package-lock.json" }}
paths:
Expand Down
2 changes: 1 addition & 1 deletion solidity/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 818812b

Please sign in to comment.