diff --git a/circle.yml b/circle.yml index 1bc9421cb..5d7a5e1da 100644 --- a/circle.yml +++ b/circle.yml @@ -22,7 +22,7 @@ jobs: key: node_modules_{{ checksum "package.json" }} - run: name: Install node modules - command: npm i + command: npm ci - save_cache: key: node_modules_{{ checksum "package.json" }} paths: