fix: ci issue for base-image

This commit is contained in:
Marvin Zhang
2024-11-22 09:41:24 +08:00
parent 7d3082c3b4
commit 4c0922c22f

View File

@@ -1,5 +1,10 @@
#!/bin/bash
# Source nvm environment
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
# version - using "stable" for installation but not for verification
version="stable"