Skip to content

Commit

Permalink
ci: use Node 18 (#1275)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 authored Jan 18, 2023
1 parent 3e2dd05 commit 42e062b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-toolchain/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version: 16
node-version: 18
- name: Set up JDK
uses: actions/[email protected]
with:
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/rnx-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
with:
distribution: temurin
java-version: 11
- name: Set up Node 16
- name: Set up Node 18
uses: actions/[email protected]
with:
node-version: 16
node-version: 18
- name: Install npm dependencies
run: ${{ github.event.inputs.packageManager }} install
- name: Build Android app
Expand Down Expand Up @@ -71,10 +71,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node 16
- name: Set up Node 18
uses: actions/[email protected]
with:
node-version: 16
node-version: 18
- name: Install npm dependencies
run: ${{ github.event.inputs.packageManager }} install
- name: Install Pods
Expand Down Expand Up @@ -123,10 +123,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node 16
- name: Set up Node 18
uses: actions/[email protected]
with:
node-version: 16
node-version: 18
- name: Install npm dependencies
run: ${{ github.event.inputs.packageManager }} install
- name: Install Pods
Expand Down Expand Up @@ -157,10 +157,10 @@ jobs:
uses: actions/checkout@v3
- name: Set up MSBuild
uses: microsoft/[email protected]
- name: Set up Node 16
- name: Set up Node 18
uses: actions/[email protected]
with:
node-version: 16
node-version: 18
- name: Install npm dependencies
run: ${{ github.event.inputs.packageManager }} install
- name: Install Windows test app
Expand Down

0 comments on commit 42e062b

Please sign in to comment.