ci: fix issues

This commit is contained in:
Marvin Zhang
2024-11-24 10:23:43 +08:00
parent a3b395e8e8
commit af3749d913

View File

@@ -16,6 +16,9 @@ EOF
# Make the file executable
chmod +x /etc/profile.d/node-env.sh
# Source the file to apply the environment variables
source /etc/profile.d/node-env.sh
# Download and install Node.js (you may need to restart the terminal)
nvm install ${version}