From 69f31ff4c3a44321dad5e12d87d18ea8655c777c Mon Sep 17 00:00:00 2001 From: David Foster <31405412+foster999@users.noreply.github.com> Date: Tue, 25 May 2021 21:13:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20TESTS:=20Fix=20Jest=20version=20?= =?UTF-8?q?for=20JS=20testing=20(#119)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 581d40e..69d6aeb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -65,7 +65,7 @@ jobs: with: node-version: '15' - name: Install jest - run: npm install jest + run: npm install jest@26.6.3 - name: Run JS tests run: npm test