Skip to content

Commit 693d077

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

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
@@ -32,7 +32,7 @@ jobs:
3232
restore-keys: |
3333
${{ runner.os }}-node-
3434
- name: Install dependencies
35-
run: npm ci
35+
run: npm install
3636
- name: Run tests
3737
run: npm test
3838
test_win:

0 commit comments

Comments
 (0)