Skip to content

Commit dbf9ab4

Browse files
author
Vitor
committed
fix: resolve erro no comando do install do npm na ci/cd
1 parent 1e2437b commit dbf9ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: instala dependências para testes
2121
working-directory: ./websocket
22-
run: npm ci
22+
run: npm install
2323

2424
- name: testes de validação do websocket
2525
working-directory: ./websocket

0 commit comments

Comments
 (0)