Skip to content

Added Node version switcher instead of nvm-ps to fix windows ci issue - #3085

Merged
murgatroid99 merged 1 commit into
grpc:masterfrom
zarinn3pal:fix/windows-build
Sep 15, 2026
Merged

murgatroid99 merged 1 commit into
grpc:masterfrom
zarinn3pal:fix/windows-build

Conversation

@zarinn3pal

Copy link
Copy Markdown
Contributor

Windows ci failures occured for grpc-node because the legacy nvm-ps installation command in run-tests.bat attemped to use PowerShell's Invoke-WebRequest without the UseBasicParsing flag. Replaced nvm-ps with nvs(maintained node version switcher library) . nvm-windows was considered and avoided because of its architectural dependence on .exe installers since v2.0.0.

@murgatroid99 murgatroid99 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This change seems to have solved the relevant problem. The job is still failing, but I believe it will be fixed by #3030.

@murgatroid99
murgatroid99 merged commit 66ee64c into grpc:master Sep 15, 2026
9 of 10 checks passed
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