Skip to content

Commit

Permalink
chore: fix yarn scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Oct 30, 2023
1 parent 13cb144 commit bdcbf02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ runs:

- name: Install deps
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn install --frozen-lockfile
run: yarn install --immutable
shell: bash
2 changes: 1 addition & 1 deletion .github/actions/setup-website-deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ runs:

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

0 comments on commit bdcbf02

Please sign in to comment.