Skip to content

Commit d424898

Browse files
committed
chore: add --force when npm install
1 parent fb0d325 commit d424898

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
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/[email protected]
1313
with:
1414
node-version: '20'
15-
- name: npm install
15+
- name: npm install --force
1616
run: |
1717
npm install
1818
- name: build

0 commit comments

Comments
 (0)