Skip to content

Commit 7eac61e

Browse files
committed
react version 19 support
1 parent eff8be2 commit 7eac61e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030

3131
e2e:
3232
runs-on: ubuntu-latest
33+
3334
strategy:
3435
matrix:
3536
node-version: [12.x]
@@ -64,11 +65,6 @@ jobs:
6465
REACT_APP_PRIVATE_KEY: ${{ secrets.ik_private_key }}
6566
REACT_APP_URL_ENDPOINT: ${{ secrets.ik_url_endopint }}
6667

67-
- name: Clear NPM and GitHub Actions Cache
68-
run: |
69-
rm -rf ~/.npm
70-
npm cache clean --force
71-
7268
- name: Run E2E tests
7369
uses: cypress-io/github-action@v4
7470
with:

0 commit comments

Comments
 (0)