Skip to content

Commit 494ef98

Browse files
chore: clear node_modules cache after pnpm install (#3948)
Co-authored-by: Claude <[email protected]>
1 parent 0b0c5da commit 494ef98

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
- name: Install Dependencies
4646
run: pnpm install
4747

48+
- name: Clear Node Modules Cache
49+
run: rm -rf node_modules/.cache
50+
4851
- name: Install Cypress
4952
# if: steps.browsers-cache.outputs.cache-hit != 'true'
5053
run: npx cypress install

0 commit comments

Comments
 (0)