Skip to content

Commit df4052c

Browse files
committed
Update build.yml
1 parent 4118076 commit df4052c

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
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525

26-
- run: npm install
26+
- run: npm install --force
2727

2828
- name: Build the package
2929
run: npm run build

0 commit comments

Comments
 (0)