Skip to content

Commit cff2e7d

Browse files
committed
ci: remove -f in npm install
1 parent 06ddcf3 commit cff2e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)