-
-
Notifications
You must be signed in to change notification settings - Fork 289
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!: use node v20 throughout monorepo #5730
Merged
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
4c1616b
chore!: use node 20 throughout monorepo
wemeetagain a899503
Add yarn.lock
wemeetagain 6ce7718
Revert @types/node change
wemeetagain 9ff2e2a
Fix ts-node usage
wemeetagain 1d5c3c1
Add missed files
wemeetagain c153a27
Merge branch 'unstable' into cayman/node-20
wemeetagain 7b70892
Remove more ts-node-esm
wemeetagain 84e44b8
Update cross-fetch dependency
wemeetagain 9494c71
Merge branch 'unstable' into cayman/update-libp2p
wemeetagain 0c47758
Update @types/node to 20.4.2
nflaig 8354bd4
Use node version 20.4 in CI
nflaig b38bee6
Revert "Use node version 20.4 in CI"
nflaig d296b2f
skip tests that break in CI
wemeetagain e1f07be
Update Dockerfile
wemeetagain d954b96
Check code ECONNRESET in Lighthouse health response
nflaig 409d8ad
Revert "Check code ECONNRESET in Lighthouse health response"
nflaig cfcc70e
Revert "Update Dockerfile"
wemeetagain cf9f1da
Revert CI from using node 20
wemeetagain 3f6dd77
Revert "skip tests that break in CI"
wemeetagain f716f64
Fix the loader for few sim tests
nazarhussain 2e115d0
Update CI node version to 20
nazarhussain 49df2c2
Fix e2e test
nazarhussain 2925e87
Remove try/catch from e2e test
nflaig 0190311
Consistently use node 20 in CI
nflaig 7744f8f
Fix missed 18.x reference in types readme
nflaig 3ae47c4
Set node 20.x in readme
nflaig 1887287
Use node 18 in sim tests
nflaig File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@wemeetagain I updated this to 20.x as well, not sure if it was intentionally not updated before but as we discussed that we want to advocate for using node 20 I think we should update it here as well.
Last reference to 18.x is in package.json but that might be to disruptive for users to update to 20.x, although we could ensure everyone is using node 20 this way
lodestar/package.json
Line 5 in 1887287