diff --git a/.github/workflows/deploy-stage.yml b/.github/workflows/deploy-stage.yml index 129a99d..e318594 100644 --- a/.github/workflows/deploy-stage.yml +++ b/.github/workflows/deploy-stage.yml @@ -45,6 +45,9 @@ jobs: restore-keys: | ${{ runner.os }}-yarn-nextjs- + - name: Clean up previous caches + run: rm -rf node_modules .next + - name: Install Dependencies run: yarn install --immutable