Skip to content

Commit

Permalink
use stable Node.js version for fuzzing (#3605)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlamsl committed Nov 25, 2019
1 parent 6768e65 commit 292d1de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ufuzz.yml
Expand Up @@ -17,8 +17,8 @@ jobs:
run: |
git clone --branch v1.5.3 --depth 1 https://github.com/jasongin/nvs.git ~/.nvs
. ~/.nvs/nvs.sh --version
nvs add node
nvs use node
nvs add 10
nvs use 10
node --version
npm --version --no-update-notifier
npm install --no-audit --no-optional --no-save --no-update-notifier
Expand Down

0 comments on commit 292d1de

Please sign in to comment.