diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cdf6a39..66325e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: run: npm start & - name: Build - run: nimble install -y --debug + run: nimble install -y --maximumtaggedversions=2 - name: Test run: nimble test -y