aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2019-11-26 02:11:11 +0800
committerGitHub <noreply@github.com>2019-11-26 02:11:11 +0800
commit292d1de3636adb9ee8a2ec0e0bf27fc27d453825 (patch)
tree4e9b2b09175a67e74a876bc3efff7663b9fc8b6c /.github
parent6768e6578f0e39389fc6499ddf2b7282e3621d7c (diff)
downloadtracifyjs-292d1de3636adb9ee8a2ec0e0bf27fc27d453825.tar.gz
tracifyjs-292d1de3636adb9ee8a2ec0e0bf27fc27d453825.zip
use stable Node.js version for fuzzing (#3605)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ufuzz.yml4
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