We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df31346 commit 97172f0Copy full SHA for 97172f0
.github/workflows/main.yaml
@@ -42,7 +42,7 @@ jobs:
42
${{ runner.os }}-yarn-
43
44
- name: Install Dependencies
45
- run: yarn install --frozen-lockfile
+ run: yarn install
46
47
Check:
48
needs: Setup
.github/workflows/preview.yaml
0 commit comments