Skip to content

Commit

Permalink
ci(lint): use --inline-builds for yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Jan 5, 2024
1 parent 0911346 commit 7eef30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: 18
cache: yarn
- run: yarn install --immutable
- run: yarn install --immutable --inline-builds

- name: Lint
run: yarn lint
Expand Down

0 comments on commit 7eef30c

Please sign in to comment.