diff --git a/.travis.yml b/.travis.yml index b2df48165e..be302abd0e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ before_install: - git fetch --unshallow - curl -L https://unpkg.com/@pnpm/self-installer | node install: - - pnpm install + - pnpm install --frozen-shrinkwrap --no-lock script: - /bin/bash lint-commits.sh - ./node_modules/.bin/commitlint --from=$TRAVIS_COMMIT diff --git a/appveyor.yml b/appveyor.yml index f2f64f42e7..9bad2d923a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,7 +12,7 @@ environment: install: - ps: Install-Product node $env:nodejs_version - curl -L https://unpkg.com/@pnpm/self-installer | node - - pnpm install + - pnpm install --frozen-shrinkwrap --no-lock matrix: fast_finish: true build: off