use stable Node.js version for fuzzing

This commit is contained in:
alexlamsl 2019-11-26 01:21:09 +08:00
parent 48a0f6fe41
commit 84bcd4d835

View File

@ -17,8 +17,8 @@ jobs:
run: | run: |
git clone --branch v1.5.3 --depth 1 https://github.com/jasongin/nvs.git ~/.nvs git clone --branch v1.5.3 --depth 1 https://github.com/jasongin/nvs.git ~/.nvs
. ~/.nvs/nvs.sh --version . ~/.nvs/nvs.sh --version
nvs add node nvs add 10
nvs use node nvs use 10
node --version node --version
npm --version --no-update-notifier npm --version --no-update-notifier
npm install --no-audit --no-optional --no-save --no-update-notifier npm install --no-audit --no-optional --no-save --no-update-notifier