File tree Expand file tree Collapse file tree 3 files changed +3
-86
lines changed
Expand file tree Collapse file tree 3 files changed +3
-86
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments