Skip to content

Commit b6270de

Browse files
chore: setup action update
1 parent cf016bc commit b6270de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ runs:
2525

2626
- name: Install dependencies
2727
if: steps.yarn-cache.outputs.cache-hit != 'true'
28-
run: yarn install --frozen-lockfile
28+
run: yarn install -immutable
2929
shell: bash

0 commit comments

Comments
 (0)