From 2f2195eb891a35a1781242b9099864774e1e6354 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Thu, 25 Jan 2024 09:32:17 +1100 Subject: [PATCH] ping chai to v4 --- .github/workflows/images-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images-test.yaml b/.github/workflows/images-test.yaml index 9c2595b..9f98258 100644 --- a/.github/workflows/images-test.yaml +++ b/.github/workflows/images-test.yaml @@ -22,7 +22,7 @@ jobs: docker compose pull --ignore-pull-failures - name: Install test harness run: | - yarn add leia-parser mocha chai command-line-test + yarn add leia-parser mocha chai@4 command-line-test - name: Generate test files run: | yarn leia "TESTING*.md" test -r 2 -s 'Start up tests' -t 'Verification commands' -c 'Destroy tests' --split-file