Skip to content

Commit

Permalink
Try with standard yarn install
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Castle <[email protected]>
  • Loading branch information
Kas-tle committed Jan 12, 2025
1 parent 63637a6 commit abeb504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
cache: yarn

- name: Install dependencies
run: yarn install --immutable
run: yarn

- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cache: yarn

- name: Install dependencies
run: yarn install --immutable
run: yarn

- uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57
with:
Expand Down

0 comments on commit abeb504

Please sign in to comment.