diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2019-11-26 02:11:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-26 02:11:11 +0800 |
commit | 292d1de3636adb9ee8a2ec0e0bf27fc27d453825 (patch) | |
tree | 4e9b2b09175a67e74a876bc3efff7663b9fc8b6c /.github | |
parent | 6768e6578f0e39389fc6499ddf2b7282e3621d7c (diff) | |
download | tracifyjs-292d1de3636adb9ee8a2ec0e0bf27fc27d453825.tar.gz tracifyjs-292d1de3636adb9ee8a2ec0e0bf27fc27d453825.zip |
use stable Node.js version for fuzzing (#3605)
Diffstat (limited to '.github')
-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 0137ca88..4e067910 100644 --- a/.github/workflows/ufuzz.yml +++ b/.github/workflows/ufuzz.yml @@ -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 |