perform ufuzz on more stable Node.js version (#3981)

This commit is contained in:
Alex Lam S.L
2020-06-09 17:02:05 +01:00
committed by GitHub
parent 1d15f51238
commit 45db96679e

View File

@@ -17,13 +17,13 @@ jobs:
shell: bash shell: bash
run: | run: |
git clone --branch v1.5.4 --depth 1 https://github.com/jasongin/nvs.git ~/.nvs git clone --branch v1.5.4 --depth 1 https://github.com/jasongin/nvs.git ~/.nvs
while ! timeout 60 bash -c '. ~/.nvs/nvs.sh add 10 && nvs use 10'; do while ! timeout 60 bash -c '. ~/.nvs/nvs.sh add 8 && nvs use 8'; do
cd ~/.nvs cd ~/.nvs
while !(git clean -xdf); do echo "'git clean' failed - retrying..."; done while !(git clean -xdf); do echo "'git clean' failed - retrying..."; done
cd - cd -
done done
. ~/.nvs/nvs.sh --version . ~/.nvs/nvs.sh --version
nvs use 10 nvs use 8
node --version node --version
npm config set audit false npm config set audit false
npm config set optional false npm config set optional false