-
Notifications
You must be signed in to change notification settings - Fork 43
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: add js-libp2p@v1.3.0 to transport-interop #359
Conversation
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.
looks good to me but I would ensure @achingbrain has a look
@@ -0,0 +1,11 @@ | |||
# Here because we want to fetch the node_modules within docker so that it's | |||
# installed on the same platform the test is run. Otherwise tools like `esbuild` will fail to run | |||
FROM node:18.17.1 |
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.
We should use LTS here:
FROM node:18.17.1 | |
FROM node:20.12.1 |
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.
LGTM, thanks!
I'm pretty sure I've fixed this by patching the js-libp2p tests to use the ipv4 loopback address instead of "localhost". See #365 (comment). |
This PR adds js-libp2p@v1.3.0 to transport-interop
Closes #364