We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a97d73 commit fb28737Copy full SHA for fb28737
.github/workflows/ci-test.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Update yarn
49
run: |
50
corepack enable
51
- yarn install --immutable
+ yarn install
52
- name: Install dependencies
53
run: yarn install --dev
54
- name: Run syntax linter
0 commit comments