Skip to content

Commit 96b144a

Browse files
committed
Revert "ci: use npm ci in package tests"
This reverts commit 6250866. Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 441e1e9 commit 96b144a

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 ci
49+
run: npm i
5050

5151
- name: Test
5252
run: npm run test

0 commit comments

Comments
 (0)