You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replacing deprecated 'new Buffer(string)' with 'Buffer.from(string)'.
Resolves a TypeError being thrown in our tests when executed with
Node 20.15.0 or 22.3.0.
Root cause: nodejs/node#53075
(cherry picked from commit 934956a)
0 commit comments