perform ufuzz on more stable Node.js version

This commit is contained in:
alexlamsl 2020-06-09 22:03:44 +08:00
parent ed7c82fa5e
commit 45ed878fc9

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