Skip to content

Commit

Permalink
ci: force install of packages as is
Browse files Browse the repository at this point in the history
  • Loading branch information
tabarra committed Jun 29, 2022
1 parent 5307e55 commit 0de9481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Download all modules
run: npm ci
run: npm ci --force

- name: Build project
run: npm run build
Expand Down

0 comments on commit 0de9481

Please sign in to comment.