Skip to content

Commit 5576c73

Browse files
chore: Fix Reanimated Static Check Nightly CI (#8515)
## Summary metro `0.83.3` needs node `20`, and this workflow was using `18` - this should fix the issue. ## Test plan
1 parent 73c5bf7 commit 5576c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reanimated-compatibility-check-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Setup Node
5252
uses: actions/setup-node@v3
5353
with:
54-
node-version: 18
54+
node-version: 24
5555
- uses: ruby/setup-ruby@v1
5656
if: ${{ matrix.platform == 'iOS' }}
5757
with:

0 commit comments

Comments
 (0)