Skip to content

Commit 33b07ef

Browse files
author
alexperez
committed
fix: change npm ci to npm install in deployment workflow
1 parent 693d077 commit 33b07ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
restore-keys: |
5252
${{ runner.os }}-node-
5353
- name: Install dependencies
54-
run: npm ci
54+
run: npm install
5555
- name: Run tests
5656
run: npm test
5757
tag:

0 commit comments

Comments
 (0)