Skip to content

Commit d0df9d1

Browse files
authored
Merge pull request #4594 from stacks-network/fix/contrib-tests-corrupted-package-lock
fix: core contract tests corrupted package.json
2 parents b5722b6 + cff2e7d commit d0df9d1

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)