-
Notifications
You must be signed in to change notification settings - Fork 41
Remove node install scripts #1612
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
base: develop
Are you sure you want to change the base?
Conversation
richardpringle
commented
Nov 4, 2025
- Use a single .nvm file for all node version refs
- Remove nodejs install scripts from docs.
OCaml Reference Validation ResultsRepository: https://github.com/MinaProtocol/mina.git Click to see full validation output |
✓ Code Reference Verification PassedAll code references in the documentation have been verified successfully! Total references checked: 1 The documentation is in sync with the codebase on the |
457eb6b to
9531bc3
Compare
9531bc3 to
5f08624
Compare
frontend/Dockerfile
Outdated
| COPY ./website/docs/developers/scripts/frontend/install-angular-cli.sh ./scripts/install-angular-cli.sh | ||
| # Install Node.js from build argument | ||
| ARG NODE_VERSION | ||
| RUN curl -fsSL https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.xz | tar -xJ -C /usr/local --strip-components=1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does it work for both amd and arm?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
5f08624 to
2e46d33
Compare
2e46d33 to
16fd02b
Compare