Skip to content

Commit

Permalink
🧪 TESTS: Fix Jest version for JS testing (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
foster999 committed May 25, 2021
1 parent 41cdcd3 commit 69f31ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -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

Expand Down

0 comments on commit 69f31ff

Please sign in to comment.