Im just about ready to give up

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
run: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
nvm install 20
export NVM_DIR="$HOME/.nvm"
source $NVM_DIR/nvm.sh
nvm install 20
nvm ls
node -v
npm -v