Skip to content

Commit 21d9896

Browse files
committed
Update build.yml
1 parent 3979a1a commit 21d9896

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 --force
26+
- run: npm install
2727

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

0 commit comments

Comments
 (0)