We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05bc6f1 commit 83bb2e8Copy full SHA for 83bb2e8
.github/workflows/build.yml
@@ -47,6 +47,9 @@ jobs:
47
apt-get install -y git gcc-9 g++-9
48
touch ~/.bashrc
49
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
50
+ export NVM_DIR="$HOME/.nvm"
51
+ [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
52
+ [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
53
source ~/.bashrc
54
nvm install node
55
0 commit comments