Skip to content

Commit abad08a

Browse files
Deeksha1502Copilot
andauthored
Updated .github/workflows/pull_request.yml with npm clean install
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 02a219f commit abad08a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
${{ runner.os }}-node-modules-
3030
3131
- name: Install dependencies
32-
run: npm i --legacy-peer-deps
32+
run: npm ci --legacy-peer-deps
3333

3434
- name: Save node_modules cache
3535
if: steps.cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)