Skip to content

Commit

Permalink
Update to Node 18.20 for Memory Leak Fix (#225)
Browse files Browse the repository at this point in the history
Updating to Node 18.20 will fix a memory leak regression that has been affecting Jest for a while, see here for references:

jestjs/jest#11956

nodejs/node#51004
  • Loading branch information
TiKevin83 committed Jun 19, 2024
1 parent 658bdce commit 1209810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG SDK_VERSION=commandlinetools-linux-9477386_latest.zip
ARG ANDROID_BUILD_VERSION=34
ARG ANDROID_TOOLS_VERSION=34.0.0
ARG NDK_VERSION=26.1.10909125
ARG NODE_VERSION=18
ARG NODE_VERSION=18.20
ARG WATCHMAN_VERSION=4.9.0
ARG CMAKE_VERSION=3.22.1

Expand Down

0 comments on commit 1209810

Please sign in to comment.