Skip to content

Commit

Permalink
node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
henninghall committed May 24, 2024
1 parent dd9e362 commit 6a444c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build
on:
workflow_call:
workflow_dispatch:
push:

env:
APP_PATH: examples/Rn071/android/app/build/outputs/apk/release/app-release.apk
Expand All @@ -29,7 +30,7 @@ jobs:
- uses: actions/setup-node@v4
if: steps.cache-android.outputs.cache-hit != 'true'
with:
node-version: 16
node-version: 18
cache: 'yarn'

- name: Install npm dependencies (example project)
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build
on:
workflow_call:
workflow_dispatch:
push:

env:
APP_PATH: ./examples/Rn071/ios/DerivedData/Build/Products/Release-iphonesimulator/Rn071.app
Expand Down Expand Up @@ -30,7 +31,7 @@ jobs:
- uses: actions/setup-node@v4
if: steps.cache.outputs.cache-hit != 'true'
with:
node-version: 16
node-version: 18
cache: 'yarn'

- name: Install npm dependencies (example project)
Expand Down

0 comments on commit 6a444c1

Please sign in to comment.