Skip to content

Commit ba16301

Browse files
Change npm ci to npm install
1 parent 656a164 commit ba16301

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
${{ runner.os }}-node-
5050
5151
- name: Install dependencies
52-
run: npm ci
52+
run: npm install
5353

5454
- name: Update React Native SDK
5555
run: |

0 commit comments

Comments
 (0)