-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(node): bump maximum node version to 20.9.0 #410
chore(node): bump maximum node version to 20.9.0 #410
Conversation
@dylanexpensify @roryabraham PR is ready for review |
8bd70f4
to
41af350
Compare
@pac-guerreiro It looks good but, can you add some screenshots showing that this update didn't break the whole thing? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree with @pecanoro, this change looks fine but we need some evidence that it was tested with E/App.
41af350
to
687f3ff
Compare
Please don't force push after the review has started, it's against our standard practices. |
Also let us know when you have added screenshots and such so we can get a final review from a C+. |
@pecanoro Sorry, I did not know that! I'll be more careful next time! |
I added the testing procedure I did to the Once the Android build is done, I'll add the screen recording! |
Details
This PR bumps the maximum node version to 20.9.0, so that when the node version used by Expensify app is bumped to 20.9.0 there won't be any compatibility issues.
Related Issues
Expensify/App#25824
Automated Tests
Manual Tests
npm install
react-native-onyx
locally and copydist
folder into E/Appnode_modules/react-native-onyx
Author Checklist
### Related Issues
section aboveTests
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
Screen.Recording.2023-11-14.at.15.37.30.mp4
iOS: Native
Screen.Recording.2023-11-14.at.14.52.00.mp4
iOS: mWeb Safari
Screen.Recording.2023-11-14.at.15.21.28.mp4
MacOS: Chrome / Safari
Screen.Recording.2023-11-14.at.15.45.51.mp4
MacOS: Desktop
Screen.Recording.2023-11-14.at.16.00.19.mp4