Skip to content

Commit 7ae1bed

Browse files
committed
Use npm ci
1 parent e086b13 commit 7ae1bed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
node-version: '14.x'
1616
- name: Install dependencies
17-
run: npm install
17+
run: npm ci
1818
- name: Install Playwright Browsers
1919
run: npx playwright install --with-deps
2020
- name: Run Playwright tests

0 commit comments

Comments
 (0)