Skip to content

Commit 1435cc5

Browse files
committed
fixup! chore: migrate to yarn modern
1 parent f240f11 commit 1435cc5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/check-packages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
files: |
2323
yarn.lock
2424
25+
- run: yarn install --immutable
26+
if: steps.changed-files-specific.outputs.any_changed == 'true'
27+
2528
- name: Check package duplicates
2629
if: steps.changed-files-specific.outputs.any_changed == 'true'
2730
run: |

0 commit comments

Comments
 (0)