Skip to content

Commit d62432c

Browse files
committed
react version 19 support
1 parent feaa44b commit d62432c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ jobs:
6161
env:
6262
CI: true
6363

64+
- name: Clear NPM and GitHub Actions Cache
65+
run: |
66+
rm -rf ~/.npm
67+
npm cache clean --force
68+
6469
- name: Run E2E tests
6570
uses: cypress-io/github-action@v5
6671
with:

0 commit comments

Comments
 (0)