From abeb504fe69023b8fd758d209129f3ce0cbbd645 Mon Sep 17 00:00:00 2001 From: Joshua Castle <26531652+Kas-tle@users.noreply.github.com> Date: Sun, 12 Jan 2025 01:19:18 -0800 Subject: [PATCH] Try with standard yarn install Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com> --- .github/workflows/deploy.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7285624..76a05cb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -50,7 +50,7 @@ jobs: cache: yarn - name: Install dependencies - run: yarn install --immutable + run: yarn - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 with: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index c728693..64d5d7c 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -25,7 +25,7 @@ jobs: cache: yarn - name: Install dependencies - run: yarn install --immutable + run: yarn - uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 with: