-
Notifications
You must be signed in to change notification settings - Fork 0
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
updating to node 20 #69
Conversation
Looks like almost everything is working. All but two tests are failing.
With the following errors.
I'm still looking into this. |
You also need to update all scripts to support node 20 too. See MatrixAI/js-async-init@300d01e |
Should also update You also need to update
The The |
If your swc is broken, try:
If that doesn't work, do the same thing but also delete |
AS per MatrixAI/js-workers#13, |
[ci skip]
This fixes a problem with running `ts-node`, turns out swc broke something and is pending a fix in TypeStrong/ts-node#2057.
c337f61
to
9ee4b28
Compare
Looks good, merging. I'll update the `js-workers dep in staging. getting a headstart on CI. |
Nice! |
Description
In this PR we are updating to node 20. This includes nix changes and package updates.
Issues Fixed
Tasks
js-quic
as reference.Final checklist