Skip to content

Commit 0de9481

Browse files
committed
ci: force install of packages as is
1 parent 5307e55 commit 0de9481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
node-version: ${{ matrix.node-version }}
2929

3030
- name: Download all modules
31-
run: npm ci
31+
run: npm ci --force
3232

3333
- name: Build project
3434
run: npm run build

0 commit comments

Comments
 (0)