Skip to content

Commit fe4ee7e

Browse files
committed
chore(ci): --no-lockfile (install)
1 parent daeee90 commit fe4ee7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ jobs:
3434
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
3535
restore-keys: |
3636
${{ runner.os }}-yarn-
37+
3738
- name: Install
38-
run: yarn
39+
run: yarn install --no-lockfile
3940

4041
- name: Run lint
4142
run: yarn lint

0 commit comments

Comments
 (0)