Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/android-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Cache nodejs-mobile binaries
id: cache-libnode
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: android/libnode
# hashFiles(...) folds the BASE_URL (defined inside the
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
# job — previously Gradle auto-installed it mid-build with no retry.
- name: Cache Android NDK
id: cache-ndk
uses: actions/cache@v5
uses: actions/cache@v6
with:
# ANDROID_HOME on GitHub-hosted ubuntu runners; the install step below
# uses $ANDROID_HOME directly, which resolves to the same location.
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:

- name: Cache nodejs-mobile binaries
id: cache-libnode
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: android/libnode
# hashFiles(...) folds the BASE_URL (defined inside the
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:

- name: Cache nodejs-mobile binaries
id: cache-libnode
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: android/libnode
# hashFiles(...) folds the BASE_URL (defined inside the
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:

- name: Cache nodejs-mobile binaries
id: cache-ios-framework
uses: actions/cache@v5
uses: actions/cache@v6
with:
# android/libnode is needed even on iOS builds:
# `readNodeJsMobileVersions()` in scripts/lib/node-versions.ts
Expand Down
Loading