Skip to content

Commit 409cf0d

Browse files
committed
ci: remove force
1 parent 99ca63f commit 409cf0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
- name: install
24-
run: npm install --force
24+
run: npm install
2525
- name: build
2626
run: npm run build -- --skip-nx-cache
2727
- name: test

0 commit comments

Comments
 (0)