Browse Source
chore: fix ios build (#774)
* node 14
* trigger build
* 18
* node 16
* cache key
master
Henning Hall
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
2 deletions
-
.github/workflows/build-android.yml
-
.github/workflows/build-ios.yml
|
|
@ -29,7 +29,7 @@ jobs: |
|
|
|
- uses: actions/setup-node@v4 |
|
|
|
if: steps.cache-android.outputs.cache-hit != 'true' |
|
|
|
with: |
|
|
|
node-version: 14.18.1 |
|
|
|
node-version: 16 |
|
|
|
cache: 'yarn' |
|
|
|
|
|
|
|
- name: Install npm dependencies (example project) |
|
|
|
|
|
@ -30,7 +30,7 @@ jobs: |
|
|
|
- uses: actions/setup-node@v4 |
|
|
|
if: steps.cache.outputs.cache-hit != 'true' |
|
|
|
with: |
|
|
|
node-version: 14.18.1 |
|
|
|
node-version: 16 |
|
|
|
cache: 'yarn' |
|
|
|
|
|
|
|
- name: Install npm dependencies (example project) |
|
|
|