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

Upgrade node to version 20 #3452

Merged
merged 9 commits into from
Dec 6, 2023
Merged

Upgrade node to version 20 #3452

merged 9 commits into from
Dec 6, 2023

Conversation

HarelM
Copy link
Member

@HarelM HarelM commented Dec 5, 2023

Upgrades node to version 20, also removed unwanted console log.
Removed gl package as it's an overkill for the unit test and jest can mock most of it.
Replaced jest-canvas-mock with jest-webgl-canvas-mock which is a fork that allows to mock some of the webgl methods.
If the following is merged some mocking can be removed.

Copy link
Collaborator

@louwers louwers left a comment

Choose a reason for hiding this comment

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

Two weeks ago something was merged to disable specific warning types. May be good to look at this at some point. nodejs/node#47478

@HarelM HarelM merged commit bd6780a into main Dec 6, 2023
14 checks passed
@HarelM HarelM deleted the node-20 branch December 6, 2023 10:39
@HarelM
Copy link
Member Author

HarelM commented Dec 6, 2023

Forgot to disable auto merge... :-/
@birkskyum feel free to take a look at this as I have remove the gl package which should simplify some stuff when running on linux I believe.

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.

None yet

2 participants