feat: Use frozen-lockfile in build-and-test.yml

This commit is contained in:
Braks
2022-04-10 20:53:07 +02:00
parent 2a836d705d
commit b2d5196944

View File

@@ -45,7 +45,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Install dependencies 👨🏻‍💻
run: yarn
run: yarn install --frozen-lockfile
- name: Run linter 🧹
run: yarn lint