fix GitHub Actions script for fuzzing (#3504)
authorAlex Lam S.L <alexlamsl@gmail.com>
Sun, 20 Oct 2019 20:30:00 +0000 (04:30 +0800)
committerGitHub <noreply@github.com>
Sun, 20 Oct 2019 20:30:00 +0000 (04:30 +0800)
.github/workflows/ufuzz.yml

index 9153a1e..d14ab51 100644 (file)
@@ -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