fix: ci issue for base-image

This commit is contained in:
Marvin Zhang
2024-11-22 09:41:24 +08:00
parent d50383d47a
commit 5f0ffa39ef

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"