diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2020-04-14 03:13:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-14 10:13:42 +0800 |
commit | c4d28e3b2a2d82c7e5e3b398513755b507a75e76 (patch) | |
tree | 955bed9c2cfb691ea84abf8476cc2dd0a507f907 /.github/workflows/ufuzz.yml | |
parent | 77261e1ee037f3eea2d5ec80abb1387d4ba5c67e (diff) | |
download | tracifyjs-c4d28e3b2a2d82c7e5e3b398513755b507a75e76.tar.gz tracifyjs-c4d28e3b2a2d82c7e5e3b398513755b507a75e76.zip |
expand testing on Node.js versions (#3779)
Diffstat (limited to '.github/workflows/ufuzz.yml')
-rw-r--r-- | .github/workflows/ufuzz.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ufuzz.yml b/.github/workflows/ufuzz.yml index 7a8c70c0..5e360f2b 100644 --- a/.github/workflows/ufuzz.yml +++ b/.github/workflows/ufuzz.yml @@ -27,6 +27,7 @@ jobs: npm config set audit false npm config set optional false npm config set save false + npm config set strict-ssl false npm config set update-notifier false npm --version while !(npm install); do echo "'npm install' failed - retrying..."; done |