diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c4f679ec64fe..4577fa48d361 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -198,6 +198,7 @@ jobs: with: node-version-file: 'Mobile-Expensify/react-native/.nvmrc' cache: npm + cache-dependency-path: 'Mobile-Expensify/react-native' - name: Install node modules run: | @@ -497,7 +498,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version-file: 'Mobile-Expensify/react-native/.nvmrc' - cache: npm + cache-dependency-path: 'Mobile-Expensify/react-native' - name: Install node modules run: |