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