Skip to content

Commit

Permalink
fix GitHub Actions script for fuzzing (#3504)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlamsl committed Oct 20, 2019
1 parent 5bd0cf8 commit da5a21b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ufuzz.yml
Expand Up @@ -16,8 +16,8 @@ jobs:
git clone --branch v1.5.2 --depth 1 https://github.com/jasongin/nvs.git ~/.nvs
. ~/.nvs/nvs.sh
nvs --version
nvs add node/$NODE
nvs use node/$NODE
nvs add node
nvs use node
node --version
npm --version --no-update-notifier
npm install --no-audit --no-optional --no-save --no-update-notifier
Expand Down

0 comments on commit da5a21b

Please sign in to comment.