fix GitHub Actions script for fuzzing (#3504)
This commit is contained in:
parent
5bd0cf8633
commit
da5a21b240
4
.github/workflows/ufuzz.yml
vendored
4
.github/workflows/ufuzz.yml
vendored
|
|
@ -16,8 +16,8 @@ jobs:
|
||||||
git clone --branch v1.5.2 --depth 1 https://github.com/jasongin/nvs.git ~/.nvs
|
git clone --branch v1.5.2 --depth 1 https://github.com/jasongin/nvs.git ~/.nvs
|
||||||
. ~/.nvs/nvs.sh
|
. ~/.nvs/nvs.sh
|
||||||
nvs --version
|
nvs --version
|
||||||
nvs add node/$NODE
|
nvs add node
|
||||||
nvs use node/$NODE
|
nvs use node
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user