chore(deps): freeze lockfile on Github Actions (#6570)

pull/6574/head
LP B 2022-02-16 18:20:15 +01:00 committed by GitHub
parent b3cd9c69df
commit 5de7ecb5f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ jobs:
# ESLint and Prettier must be in `package.json`
- name: Install Node.js dependencies
run: yarn
run: yarn --frozen-lockfile
- name: Run linters
uses: wearerequired/lint-action@v1

View File

@ -6,6 +6,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
run: yarn --frozen-lockfile
- name: Run tests
run: yarn test:client