diff --git a/.github/workflows/integration-test-migrate-node-ubuntu-nvm.yml b/.github/workflows/integration-test-migrate-node-ubuntu-nvm.yml index c389daa..a7b9ff7 100644 --- a/.github/workflows/integration-test-migrate-node-ubuntu-nvm.yml +++ b/.github/workflows/integration-test-migrate-node-ubuntu-nvm.yml @@ -47,7 +47,8 @@ jobs: - name: "Migrate nvm Node.js to dtvem" run: | echo "=== Running migrate detection ===" - echo -e "1\n0\nn\n" | ./dist/dtvem migrate node || true + # Select "all" to migrate all detected versions (system + nvm) + echo -e "all\n0\nn\n" | ./dist/dtvem migrate node || true echo "" echo "=== Verifying migration ===" ./dist/dtvem list node