Skip to content

Commit

Permalink
CircleCi Config: change to npm ci in testing workf (#7732)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisHuie authored Dec 2, 2021
1 parent 93f9fe4 commit 613bb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ aliases:
- &unit_test_steps
- checkout
- restore_cache: *restore_dep_cache
- run: npm install
- run: npm ci
- save_cache: *save_dep_cache
- run: *install
- run: *setup_browserstack
Expand Down

0 comments on commit 613bb08

Please sign in to comment.