mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-03-30 15:08:28 +00:00
Force npm install on CI
This commit is contained in:
parent
698421c091
commit
c6a958b9e6
2
.github/workflows/run-test.yml
vendored
2
.github/workflows/run-test.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
node-version: 'lts/*'
|
||||
registry-url: https://registry.npmjs.org/
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
run: npm ci --force
|
||||
- name: Run linter
|
||||
run: npm run lint
|
||||
- name: Run tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user