Im just about ready to give up
Some checks failed
Pylint / build (3.12) (push) Waiting to run
ChromeTests / build (3.12) (push) Failing after 3s
EdgeTests / build (3.12) (push) Has been cancelled

This commit is contained in:
Greg Gauthier 2024-07-24 12:49:43 +01:00
parent a68bf6391a
commit 01a515fcd0

View File

@ -16,10 +16,9 @@ jobs:
run: | run: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
nvm install 20 nvm install 20
nvm ls
export NVM_DIR="$HOME/.nvm" export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" source $NVM_DIR/nvm.sh
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" nvm ls
node -v node -v
npm -v npm -v