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

Specify minimum Node.js and Ruby versions #10

Merged
merged 3 commits into from
Jan 23, 2025

Conversation

jvirtanen
Copy link
Contributor

This application requires Node.js 22.6.0 or newer and Ruby 3.2 or newer. Make npm and Bundler enforce these.

The '--experimental-strip-types' option was introduced in Node.js
22.6.0. Make 'npm install' issue a warning on older versions.
The 'http_parser.rb' gem does not install on Ruby 3.1. Set the minimum
version to 3.2.
Copy link
Owner

@olegp olegp left a comment

Choose a reason for hiding this comment

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

Thanks for adding this!

@olegp olegp merged commit d42682a into olegp:main Jan 23, 2025
@jvirtanen jvirtanen deleted the runtime-versions branch January 23, 2025 08:42
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