set nvm version
Some checks failed
Build / Build-And-Push (push) Failing after 21s

This commit is contained in:
2024-04-19 11:37:15 -05:00
parent 4fc34a8c12
commit 0d5aebaa5f

View File

@@ -14,9 +14,8 @@ jobs:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
echo "Installed..."
nvm install v8.17.0
nvm use
nvm use v8.17.0
- name: Configure NVM again
run: |
nvm install node