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

This commit is contained in:
Braks
2022-04-11 11:30:10 +02:00
parent 2a836d705d
commit b2d5196944
+1 -1
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