From e38bb50d8a3a68461c6fbbcec8a4bd9a0b4b41e4 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Thu, 13 Feb 2025 20:11:47 +0100 Subject: [PATCH] Define maximumtaggedversions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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