Skip to content

fix(ci): properly set nvm-windows environment variables#150

Merged
CalvinAllen merged 1 commit into
mainfrom
fix/ci/nvm-windows-env-setup
Dec 14, 2025
Merged

fix(ci): properly set nvm-windows environment variables#150
CalvinAllen merged 1 commit into
mainfrom
fix/ci/nvm-windows-env-setup

Conversation

@CalvinAllen

Copy link
Copy Markdown
Contributor

Summary

Fix nvm-windows not being found in subsequent steps by properly exporting environment variables:

  • Export NVM_HOME and NVM_SYMLINK to GITHUB_ENV (not just GITHUB_PATH)
  • Add debug output to verify PATH contains nvm directories

The previous fix only added paths to GITHUB_PATH, but nvm-windows also needs the environment variables set.

Test plan

  • Verify migrate-node-windows-nvm workflow passes

Export NVM_HOME and NVM_SYMLINK to GITHUB_ENV so they're available
in subsequent steps. Also add debug output to verify PATH setup.
@CalvinAllen CalvinAllen merged commit 226c5fc into main Dec 14, 2025
2 checks passed
@CalvinAllen CalvinAllen deleted the fix/ci/nvm-windows-env-setup branch December 14, 2025 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant