Skip to content

Commit 0e4e561

Browse files
committed
fix: skip optional deps in backend CI to resolve missing bare-url lock file error
1 parent 80f4231 commit 0e4e561

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
@@ -30,7 +30,7 @@ jobs:
3030
cache-dependency-path: backend/package-lock.json
3131

3232
- name: Install dependencies
33-
run: npm ci --legacy-peer-deps
33+
run: npm ci --omit=optional
3434

3535
- name: Lint
3636
run: npm run lint

0 commit comments

Comments
 (0)