Skip to content

Commit c83e256

Browse files
committed
Merge branch 'next' into 4388-nakamoto-stacks-signer-should-store-its-party-shares-on-the-side-to-enable-restart
2 parents 5241d20 + d0df9d1 commit c83e256

File tree

3 files changed

+10
-15
lines changed

3 files changed

+10
-15
lines changed

.github/workflows/stacks-core-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
node-version: 18.x
154154
cache: "npm"
155155
cache-dependency-path: "./contrib/core-contract-tests/package-lock.json"
156-
- run: npm ci -f # need to force the update as long as we are using a beta version of the clarinet-sdk
156+
- run: npm ci
157157
- run: npm test
158158
## Upload code coverage file
159159
- name: Code Coverage

contrib/core-contract-tests/package-lock.json

Lines changed: 8 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contrib/core-contract-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"author": "",
1212
"license": "ISC",
1313
"dependencies": {
14-
"@hirosystems/clarinet-sdk": "^2.4.0-beta4",
14+
"@hirosystems/clarinet-sdk": "^2.4.1",
1515
"@stacks/clarunit": "0.0.1",
1616
"@stacks/transactions": "^6.12.0",
1717
"chokidar-cli": "^3.0.0",

0 commit comments

Comments
 (0)