Skip to content

Commit e8eb580

Browse files
committed
use npm ci rather than npm install
1 parent e0f2ea6 commit e8eb580

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
@@ -18,7 +18,7 @@ jobs:
1818
# fallback to using the latest cache if no exact match is found
1919
- v1-dependencies-
2020

21-
- run: npm install
21+
- run: npm ci
2222

2323
- run: npm run test:ci
2424

0 commit comments

Comments
 (0)