Skip to content

Commit

Permalink
chore: update gh action build to node 18 (#823)
Browse files Browse the repository at this point in the history
* node 18

* trigger build

* rm push

* cleanup
  • Loading branch information
henninghall committed May 24, 2024
1 parent dd9e362 commit 6b73453
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: 16
node-version: 18
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: 16
node-version: 18
cache: 'yarn'

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

0 comments on commit 6b73453

Please sign in to comment.