feat(download): add asdf install method#8918
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview Wires it through Reviewed by Cursor Bugbot for commit 738d649. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
Removed this CSS change; it was not needed for adding asdf.
Signed-off-by: Herrtian <70463940+Herrtian@users.noreply.github.com>
6d6bbb9 to
738d649
Compare
Description
Adds asdf as a Community install method on the downloads page, with an English snippet and no custom icon.
Validation
corepack pnpm prettiercorepack pnpm --filter @node-core/website lint:jscorepack pnpm --filter @node-core/ui-components lint:jscorepack pnpm --filter @node-core/ui-components lint:csscorepack pnpm --filter @node-core/website lint:typescorepack pnpm --filter @node-core/ui-components lint:typescorepack pnpm --filter @node-core/website test:unit -- util/__tests__/download.test.mjscorepack pnpm --filter @node-core/ui-components testcorepack pnpm --filter @node-core/website buildRelated Issues
Fixes #8488
Check List
pnpm formatto ensure the code follows the style guide.pnpm testto check if all tests are passing.pnpm buildto check if the website builds without errors.