Im just about ready to give up
Some checks failed
ChromeTests / build (3.12) (push) Failing after 9s
EdgeTests / build (3.12) (push) Successful in 59s
Pylint / build (3.12) (push) Successful in 10s

This commit is contained in:
Greg Gauthier 2024-07-24 12:50:46 +01:00
parent 01a515fcd0
commit 58a09446da

View File

@ -15,9 +15,9 @@ jobs:
- name: Install Node 20 - name: Install Node 20
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
export NVM_DIR="$HOME/.nvm" export NVM_DIR="$HOME/.nvm"
source $NVM_DIR/nvm.sh source $NVM_DIR/nvm.sh
nvm install 20
nvm ls nvm ls
node -v node -v
npm -v npm -v