Skip to content
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

Update to node version 20 #317

Merged
merged 4 commits into from
Feb 12, 2024
Merged

Conversation

joshua-smee-ttd
Copy link
Contributor

Updating to Node Version 20 along with updating packages

@joshua-smee-ttd joshua-smee-ttd marked this pull request as ready for review February 8, 2024 02:28
@@ -16,7 +16,7 @@ type FormProps<T extends FieldValues> = {
onSubmit: SubmitHandler<T>;
children: ReactNode;
onError?: (error: unknown) => void;
defaultValues?: DeepPartial<T>;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I presume DeepPartial was deprecated or something?

@alex-yau-ttd
Copy link
Contributor

Have you run the API tests locally and done some basic smoke tests on the UI to ensure everything still works?

@joshua-smee-ttd
Copy link
Contributor Author

Have you run the API tests locally and done some basic smoke tests on the UI to ensure everything still works?

Yeah. I've done some basic ui tests. Also ran got the docker image running locally so tested that.

@joshua-smee-ttd joshua-smee-ttd merged commit 0f689cb into main Feb 12, 2024
4 checks passed
@joshua-smee-ttd joshua-smee-ttd deleted the jss-UID2-2685-update-to-version-20 branch February 12, 2024 03:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants