Skip to content

Commit a1aaa2e

Browse files
committed
fix: replace npm ci by npm i
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 4a79cdd commit a1aaa2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node.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: Lint
5252
run: npm run lint

0 commit comments

Comments
 (0)