Skip to content

Commit 60ccabf

Browse files
author
Dhwaneet Bhatt
committed
Clean install and commit package-lock.json
1 parent bc71fc5 commit 60ccabf

File tree

2 files changed

+4349
-2635
lines changed

2 files changed

+4349
-2635
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/setup-node@v3
1818
with:
1919
node-version: ${{ matrix.node-version }}
20-
- run: npm install
20+
- run: npm ci
2121
- run: npm run test-lint
2222
- run: npm run test-system
2323
- run: npm run test-unit
@@ -34,5 +34,5 @@ jobs:
3434
uses: actions/setup-node@v3
3535
with:
3636
node-version: ${{ matrix.node-version }}
37-
- run: npm install
37+
- run: npm ci
3838
- run: npm run test-regression

0 commit comments

Comments
 (0)