Force npm install on CI

This commit is contained in:
haad 2023-01-16 15:56:15 +02:00
parent 698421c091
commit c6a958b9e6

View File

@ -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