make sure cache and cache-dep-path is set

This commit is contained in:
Samuel Newman
2025-06-24 10:59:11 +03:00
parent 1565e071c1
commit b67f84fb8a
7 changed files with 11 additions and 0 deletions
@@ -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