Skip to content

Commit 98c962d

Browse files
committed
circleci: use npm ci instead of npm install
1 parent a6abb68 commit 98c962d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- run:
1818
name: Install dependencies
1919
command: |
20-
npm install
20+
npm ci
2121
- run:
2222
name: List dependency versions
2323
command: |

0 commit comments

Comments
 (0)