From ec95e9216939a58930c9d9e57c141eec21931c4f Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Thu, 22 Oct 2020 08:53:11 +0200 Subject: [PATCH] ci: frozen lockfile --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 2f4abeb1..b6354d98 100644 --- a/circle.yml +++ b/circle.yml @@ -19,7 +19,7 @@ jobs: - v2-dependencies-cache-{{ .Branch }}-{{ checksum "yarn.lock" }} - v2-dependencies-cache-{{ .Branch }}- - v2-dependencies-cache- - - run: yarn install + - run: yarn install --frozen-lockfile - persist_to_workspace: root: ~/project paths: -- 2.47.3