Skip to content

Commit 6250866

Browse files
committed
ci: use npm ci in package tests
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent c7a63a3 commit 6250866

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
env:
4747
CYPRESS_INSTALL_BINARY: 0
4848
PUPPETEER_SKIP_DOWNLOAD: true
49-
run: npm i
49+
run: npm ci
5050

5151
- name: Test
5252
run: npm run test

0 commit comments

Comments
 (0)