diff options
Diffstat (limited to '.github/workflows/ufuzz.yml')
-rw-r--r-- | .github/workflows/ufuzz.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ufuzz.yml b/.github/workflows/ufuzz.yml index bf307a11..0137ca88 100644 --- a/.github/workflows/ufuzz.yml +++ b/.github/workflows/ufuzz.yml @@ -12,11 +12,11 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v1 - - shell: bash + - name: Perform fuzzing + shell: bash run: | - git clone --branch v1.5.2 --depth 1 https://github.com/jasongin/nvs.git ~/.nvs - . ~/.nvs/nvs.sh - nvs --version + 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 node --version |