ci: remove -f in npm install

This commit is contained in:
Hugo Caillard
2024-03-26 15:48:29 +01:00
parent 06ddcf3b13
commit cff2e7dc3e

View File

@@ -153,7 +153,7 @@ jobs:
node-version: 18.x
cache: "npm"
cache-dependency-path: "./contrib/core-contract-tests/package-lock.json"
- run: npm ci -f # need to force the update as long as we are using a beta version of the clarinet-sdk
- run: npm ci
- run: npm test
## Upload code coverage file
- name: Code Coverage