Skip to content

Conversation

@willwang-openai
Copy link
Collaborator

No description provided.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

&& nvm install 20 && nvm use 20 && npm install -g [email protected] [email protected] && corepack enable && corepack install -g yarn \
&& nvm install 22 && nvm use 22 && npm install -g [email protected] [email protected] && corepack enable && corepack install -g yarn \
&& nvm install 24 && nvm use 24 && npm install -g [email protected] [email protected] && corepack enable && corepack install -g yarn \
&& nvm install 26 && nvm use 26 && npm install -g [email protected] [email protected] && corepack enable && corepack install -g yarn \

Choose a reason for hiding this comment

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

P0 Badge Avoid installing unreleased Node 26

The new nvm install 26 line causes the Docker build to fail. nvm can only install versions that have been published upstream, and Node.js 26 has not been released yet (nvm responds with Version 'v26.0.0' (with LTS) not yet released). Because this is inside a single RUN block, the entire image build halts. Please revert or guard this step until Node 26 actually ships.

Useful? React with 👍 / 👎.

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.

1 participant