From 292d1de3636adb9ee8a2ec0e0bf27fc27d453825 Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L" Date: Tue, 26 Nov 2019 02:11:11 +0800 Subject: [PATCH] use stable Node.js version for fuzzing (#3605) --- .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