Skip to content

Commit bdcbf02

Browse files
committed
chore: fix yarn scripts
1 parent 13cb144 commit bdcbf02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-deps/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ runs:
1818

1919
- name: Install deps
2020
if: steps.yarn-cache.outputs.cache-hit != 'true'
21-
run: yarn install --frozen-lockfile
21+
run: yarn install --immutable
2222
shell: bash

.github/actions/setup-website-deps/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ runs:
1818

1919
- name: Install website deps
2020
if: steps.yarn-cache-website.outputs.cache-hit != 'true'
21-
run: yarn --cwd website install --frozen-lockfile
21+
run: yarn --cwd website install --immutable
2222
shell: bash

0 commit comments

Comments
 (0)