diff --git a/.github/workflows/build-submit-android.yml b/.github/workflows/build-submit-android.yml index ac8900e665..6c968dd06d 100644 --- a/.github/workflows/build-submit-android.yml +++ b/.github/workflows/build-submit-android.yml @@ -37,6 +37,7 @@ jobs: with: node-version-file: .nvmrc cache: yarn + cache-dependency-path: yarn.lock - name: 🪛 Setup jq uses: dcarbone/install-jq-action@v2 diff --git a/.github/workflows/build-submit-ios.yml b/.github/workflows/build-submit-ios.yml index 2ebbd66ec9..7c12b1607a 100644 --- a/.github/workflows/build-submit-ios.yml +++ b/.github/workflows/build-submit-ios.yml @@ -37,6 +37,7 @@ jobs: with: node-version-file: .nvmrc cache: yarn + cache-dependency-path: yarn.lock - name: 🪛 Setup jq uses: dcarbone/install-jq-action@v2 diff --git a/.github/workflows/bundle-deploy-eas-update.yml b/.github/workflows/bundle-deploy-eas-update.yml index ee59cad977..b99d14d1ae 100644 --- a/.github/workflows/bundle-deploy-eas-update.yml +++ b/.github/workflows/bundle-deploy-eas-update.yml @@ -61,6 +61,7 @@ jobs: with: node-version-file: .nvmrc cache: yarn + cache-dependency-path: yarn.lock - name: 📷 Check fingerprint and install dependencies id: fingerprint @@ -181,6 +182,7 @@ jobs: with: node-version-file: .nvmrc cache: yarn + cache-dependency-path: yarn.lock - name: 🔨 Setup EAS uses: expo/expo-github-action@main @@ -287,6 +289,7 @@ jobs: with: node-version-file: .nvmrc cache: yarn + cache-dependency-path: yarn.lock - name: 🔨 Setup EAS uses: expo/expo-github-action@main diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6d6ee7eddd..1721f4d805 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -21,6 +21,7 @@ jobs: with: node-version-file: .nvmrc cache: yarn + cache-dependency-path: yarn.lock - name: Yarn install uses: Wandalen/wretry.action@master with: diff --git a/.github/workflows/nightly-update-source-languages.yaml b/.github/workflows/nightly-update-source-languages.yaml index 42112c24c4..ea3073efd9 100644 --- a/.github/workflows/nightly-update-source-languages.yaml +++ b/.github/workflows/nightly-update-source-languages.yaml @@ -24,6 +24,7 @@ jobs: with: node-version-file: .nvmrc cache: yarn + cache-dependency-path: yarn.lock - name: Yarn install uses: Wandalen/wretry.action@master with: diff --git a/.github/workflows/pull-request-commit.yml b/.github/workflows/pull-request-commit.yml index cc2dbe78bd..fd28a25a17 100644 --- a/.github/workflows/pull-request-commit.yml +++ b/.github/workflows/pull-request-commit.yml @@ -33,6 +33,7 @@ jobs: with: node-version-file: .nvmrc cache: yarn + cache-dependency-path: yarn.lock - name: Ensure tracking relevant branches and checkout base env: @@ -121,6 +122,7 @@ jobs: with: node-version-file: .nvmrc cache: yarn + cache-dependency-path: yarn.lock - name: 📷 Check fingerprint and install dependencies id: fingerprint diff --git a/.github/workflows/verify-yarn-lock.yml b/.github/workflows/verify-yarn-lock.yml index 6eadf7be76..77510d56c7 100644 --- a/.github/workflows/verify-yarn-lock.yml +++ b/.github/workflows/verify-yarn-lock.yml @@ -25,6 +25,8 @@ jobs: uses: actions/setup-node@v6 with: node-version-file: .nvmrc + cache: yarn + cache-dependency-path: yarn.lock - name: Reset yarn.lock to base env: