We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41cdcd3 commit 69f31ffCopy full SHA for 69f31ff
1 file changed
.github/workflows/tests.yml
@@ -65,7 +65,7 @@ jobs:
65
with:
66
node-version: '15'
67
- name: Install jest
68
- run: npm install jest
+ run: npm install jest@26.6.3
69
- name: Run JS tests
70
run: npm test
71
0 commit comments