Skip to content

Commit

Permalink
feat(RN0.73): Upgrade CI to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
zatteo committed Oct 11, 2024
1 parent 6918391 commit 84bc7b8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-android-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set NodeJS version
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- name: Set up our JDK environment
uses: actions/setup-java@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-android-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set NodeJS version
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- name: Check out Git repository
uses: actions/checkout@v3
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build-ios-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Set NodeJS version
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- name: Setup Ruby (bundle)
uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -107,4 +107,3 @@ jobs:
with:
name: XCode Build Logs
path: '/Users/runner/Library/Logs/gym/CozyReactNative-CozyReactNative.log'

4 changes: 2 additions & 2 deletions .github/workflows/build-ios-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:

- name: Select Xcode 15.3
run: sudo xcode-select -s /Applications/Xcode_15.3.app/Contents/Developer

- name: Check out Git repository
uses: actions/checkout@v3

- name: Set NodeJS version
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- name: Setup Ruby (bundle)
uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: 20
cache: 'yarn'

- name: Install dependencies
Expand Down

0 comments on commit 84bc7b8

Please sign in to comment.