Skip to content

Commit 20fd2a8

Browse files
committed
chore: update dependencies install in pipeline
1 parent 2fadd7e commit 20fd2a8

File tree

3 files changed

+3
-86
lines changed

3 files changed

+3
-86
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
# ---- Frontend setup ----
145145
- name: Install frontend dependencies
146146
working-directory: Clients
147-
run: npm ci --legacy-peer-deps
147+
run: npm install --legacy-peer-deps
148148

149149
- name: Install Playwright browsers
150150
working-directory: Clients

.github/workflows/frontend-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
node-version: '20'
3232

3333
- name: Install dependencies
34-
run: npm ci --legacy-peer-deps
34+
run: npm install --legacy-peer-deps
3535

3636
- name: Run npm audit
3737
run: npm audit --audit-level=high
@@ -63,7 +63,7 @@ jobs:
6363
node-version: '20'
6464

6565
- name: Install dependencies
66-
run: npm ci --legacy-peer-deps
66+
run: npm install --legacy-peer-deps
6767

6868
- name: Run tests with coverage
6969
run: npx vitest run --coverage

Clients/PLAN_TESTS.md

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)