Skip to content

Conversation

@addaleax
Copy link
Collaborator

@addaleax addaleax commented Mar 6, 2025

No description provided.

@addaleax addaleax marked this pull request as ready for review April 7, 2025 09:24
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
set +x # nvm is very verbose
echo nvm use $NODE_JS_VERSION || nvm use 20.11.1
nvm use $NODE_JS_VERSION || nvm use 20.11.1 # see install-node.sh
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
nvm use $NODE_JS_VERSION || nvm use 20.11.1 # see install-node.sh
# Node.js 20.11.1 is the last 20.x that builds out of the box on RHEL7
# https://github.com/nodejs/node/issues/52223
nvm use $NODE_JS_VERSION || nvm use 20.11.1

(since we remove this comment otherwise; though not sure how relevant it still is)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yeah, great catch, we can actually remove the fallback here altogether since we only use nvm on macOS now: 745915d

Copy link
Contributor

@gagik gagik left a comment

Choose a reason for hiding this comment

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

Nice, will be great to have the quicker CI 🚀

@addaleax addaleax merged commit a082e2d into main Apr 8, 2025
135 checks passed
@addaleax addaleax deleted the 864-dev branch April 8, 2025 12:39
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.

3 participants