fix(v2): use yarn install --frozen-lockfile on CI

This commit is contained in:
Sébastien Lorber 2021-06-09 15:18:07 +02:00 committed by GitHub
parent 55e9bd8ac9
commit 6fe7c0cd6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ jobs:
- name: Installation
uses: bahmutov/npm-install@v1
with:
install-command: yarn install --immutable # Fails if yarn.lock is modified
install-command: yarn install --frozen-lockfile # Fails if yarn.lock is modified
- name: Lint
run: yarn lint:ci
- name: Prettier Code