diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2019-10-21 04:30:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-21 04:30:00 +0800 |
commit | da5a21b2408ec3194728a15d2f7406c0098631f9 (patch) | |
tree | c30f18652288366a2df3f036d6fcffd0ea7fee75 /.github/workflows | |
parent | 5bd0cf8633d32a4b71be5654a04e353d3f86324e (diff) | |
download | tracifyjs-da5a21b2408ec3194728a15d2f7406c0098631f9.tar.gz tracifyjs-da5a21b2408ec3194728a15d2f7406c0098631f9.zip |
fix GitHub Actions script for fuzzing (#3504)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ufuzz.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ufuzz.yml b/.github/workflows/ufuzz.yml index 9153a1ec..d14ab518 100644 --- a/.github/workflows/ufuzz.yml +++ b/.github/workflows/ufuzz.yml @@ -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 |