From 84bcd4d8359b72fe189ae69eb185159e6b6565ff Mon Sep 17 00:00:00 2001 From: alexlamsl Date: Tue, 26 Nov 2019 01:21:09 +0800 Subject: [PATCH] use stable Node.js version for fuzzing --- .github/workflows/ufuzz.yml | 4 ++-- 1 file 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