Skip to content

Commit d8e9e64

Browse files
committed
feat: remove --frozen-lockfile (deprecated)
1 parent 277bc6a commit d8e9e64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ runs:
2121
2222
- name: Install dependencies
2323
if: steps.yarn-cache.outputs.cache-hit != 'true'
24-
run: yarn install --immutable --frozen-lockfile
25-
shell: bash
24+
run: yarn install --immutable
25+
shell: bash

0 commit comments

Comments
 (0)