www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 89a991e7026f32470c2811b62c3ecf9dac799aee
parent 716a62797d22d0b7264d1a8a9b08f771516cc3da
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date:   Mon, 12 Jul 2021 02:36:49 +0100

why is NVM so hard to install? Couldn't they just make a .deb?

Diffstat:
M.github/workflows/ci.yml | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -129,6 +129,11 @@ jobs: curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" + echo HOME + ls -la ~/ || true + echo NVM + ls -la ~/.nvm || true + source ~/.nvm/nvm.sh # Install node nvm install v8.1 # works with v8.1.4 # Install mathjax-node