Skip to content

Commit ffde2bb

Browse files
committed
chore: fixing ci
1 parent e607f64 commit ffde2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ runs:
2323
2424
- name: Install dependencies
2525
if: steps.yarn-cache.outputs.cache-hit != 'true'
26-
run: yarn install --immutable
26+
run: yarn install
2727
shell: bash

0 commit comments

Comments
 (0)