Skip to content

Commit

Permalink
chore: fix ios build (#774)
Browse files Browse the repository at this point in the history
* node 14

* trigger build

* 18

* node 16

* cache key
  • Loading branch information
henninghall authored Mar 4, 2024
1 parent 66dc51f commit 3899e90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3899e90

Please sign in to comment.