feat: Use frozen-lockfile in build-and-test.yml
This commit is contained in:
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
||||
${{ runner.os }}-yarn-
|
||||
|
||||
- name: Install dependencies 👨🏻💻
|
||||
run: yarn
|
||||
run: yarn install --frozen-lockfile
|
||||
|
||||
- name: Run linter 🧹
|
||||
run: yarn lint
|
||||
|
||||
Reference in New Issue
Block a user