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
parent
commit
3899e900fa
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .github/workflows/build-android.yml
  2. +1
    -1
      .github/workflows/build-ios.yml

+ 1
- 1
.github/workflows/build-android.yml View File

@ -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)

+ 1
- 1
.github/workflows/build-ios.yml View File

@ -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)

Loading…
Cancel
Save