Skip to content

Commit

Permalink
Add cache cleanup step before installing dependencies in deployment w…
Browse files Browse the repository at this point in the history
…orkflow
  • Loading branch information
cdracars committed Jan 30, 2025
1 parent c06f844 commit 1ef09d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1ef09d9

Please sign in to comment.