Skip to content

Commit

Permalink
use immutable instead of frozen-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
blowery committed Feb 11, 2020
1 parent 5e7ebbd commit 5a9aebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ references:
environment:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: "true"
name: Install dependencies
command: yarn install --frozen-lockfile
command: yarn install --immutable

save-npm-cache: &save-npm-cache
name: 'Save node_modules cache'
Expand All @@ -133,7 +133,7 @@ references:
name: Install e2e npm dependencies
command: |
cd test/e2e &&
CHROMEDRIVER_VERSION=$(<.chromedriver_version) yarn install --frozen-lockfile
CHROMEDRIVER_VERSION=$(<.chromedriver_version) yarn install --immutable
# Babel cache
# More about the CircleCI cache: https://circleci.com/docs/2.0/caching
Expand Down

0 comments on commit 5a9aebb

Please sign in to comment.