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 83bb2e8 commit ff01e62Copy full SHA for ff01e62
.github/workflows/build.yml
@@ -45,13 +45,10 @@ jobs:
45
sudo bash /tmp/nodesource_setup.sh
46
apt-get update
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
+ cd ~
+ curl -sL https://deb.nodesource.com/setup_16.x -o /tmp/nodesource_setup.sh
+ sudo bash /tmp/nodesource_setup.sh
+ sudo apt install nodejs
55
56
- name: Install aarch64-linux-gnu
57
if: ${{ matrix.platform == 'linux-arm64' }}
0 commit comments