-
Notifications
You must be signed in to change notification settings - Fork 275
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: bump to node 21.1.0 #5361
Conversation
fd9b559
to
3fe2016
Compare
This should close issue #4158, right? |
There's an issue with We'd need to either wait for a fix in the project, or maybe see if we can somehow skip running things with |
…ode esm performance
The new fix seems to be better so I guess we're good to go with this. |
2dc8664
to
2599be5
Compare
7ccb859
to
0e82bcd
Compare
68f3d2e
to
ceaf0f2
Compare
caf1237
to
14dd9e4
Compare
Apparently the NPM package name changed; I opened an issue upstream to clarify because the github repo still links to the old NPM repo. homebridge/node-pty-prebuilt-multiarch#31
d7fb8c1
to
29cb6cf
Compare
e877399
to
29cb6cf
Compare
9246fe0
to
9758c2b
Compare
9758c2b
to
68e3f2d
Compare
c8ad866
to
10a0dc4
Compare
Co-authored-by: Tim Beyer <TimBeyer@users.noreply.github.com>
Libuv 1.45.0 is affected by a kernel bug on certain kernels (Ubuntu 22) This leads to errors where Garden tool downloading errors with ETXTBSY Apparently file descriptor accounting is broken when using USE_IO_URING on older kernels See also libuv/libuv#4141
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.
👍
What this PR does / why we need it:
Does what it says.
See TypeStrong/ts-node#1997 for the reason for the
ts-node
change even withesm: true
being set.Which issue(s) this PR fixes:
Closes #4158
Special notes for your reviewer: