Skip to content

Commit 65d51de

Browse files
committed
Update build.yml
1 parent e6d79b4 commit 65d51de

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
@@ -25,7 +25,7 @@ jobs:
2525
node-version: ${{ matrix.node-version }}
2626
cache: "npm"
2727
- name: Install dependencies
28-
run: npm ci --force
28+
run: npm ci
2929
- name: Build
3030
run: npm run build --if-present
3131
- name: Unit Tests

0 commit comments

Comments
 (0)