From 2e46c96a6ad13f16bfd8e4736c94584cb43ae189 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Wed, 24 Jan 2024 16:11:43 +1100 Subject: [PATCH] pin chai to v4 --- .github/workflows/drupal-example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/drupal-example.yaml b/.github/workflows/drupal-example.yaml index a56938f..79f82b2 100644 --- a/.github/workflows/drupal-example.yaml +++ b/.github/workflows/drupal-example.yaml @@ -45,7 +45,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