From: Alex Lam S.L Date: Sun, 20 Oct 2019 20:30:00 +0000 (+0800) Subject: fix GitHub Actions script for fuzzing (#3504) X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=da5a21b2408ec3194728a15d2f7406c0098631f9;p=UglifyJS.git fix GitHub Actions script for fuzzing (#3504) --- 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