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

fix: restrict Node.js 22.7.x to avoid encoding issues #254

Merged

Conversation

SpiffyEight77
Copy link
Contributor

@SpiffyEight77 SpiffyEight77 commented Feb 6, 2025

Description

Testing

  • Node.js 22.7.0 (build blocked as expected)
  • Node.js 20.18.0 (working)
  • Node.js 18.20.0 (working)

Additional Notes

The minimum Node.js version (16.14.0) is required by Docusaurus 2.4.3. The upper version restriction (excluding 22.7.x) is added to avoid the character encoding issues during build.

Copy link
Contributor

@alixander alixander left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, nice catch!

p.s. i like your blog!

@alixander alixander merged commit 0f55fca into terrastruct:master Feb 6, 2025
2 checks passed
@SpiffyEight77 SpiffyEight77 deleted the fix/node-version-restriction branch February 6, 2025 15:51
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.

restrict Node.js version to avoid encoding issues
2 participants