Skip to content
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

add node version check #299

Conversation

thearyanag
Copy link
Contributor

Relates to:

#269

Risks

Low

Background

Currently the build processes continues even if the node version is less than 23 or not, which can confuse some developers trying to build, keeping in mind the warning thrown by the default node env is very minimal.

What does this PR do?

This PR aims to explicitly checks for node version and throws error during the build pro

What kind of change is this?

Improvement to exisitng build flow

Documentation changes needed?

I have updated the documentation accordingly to match the required node version.

Testing

Where should a reviewer start?

Just run the pnpm build cmd with node version less than 23 and greater than 23

@ponderingdemocritus ponderingdemocritus merged commit a22e07f into elizaOS:main Nov 14, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants