chore: bump Jest to v26 (#12190)

This commit is contained in:
Huáng Jùnliàng
2020-10-30 07:06:14 -04:00
committed by GitHub
parent 766df9c369
commit 09c0ee0a8b
3 changed files with 1224 additions and 1017 deletions

View File

@@ -117,6 +117,10 @@ jobs:
- name: Install
run: |
BABEL_ENV=test-legacy make -j bootstrap-only
- name: Downgrade Jest for node <= 8
if: matrix.node-version == '6' || matrix.node-version == '8'
run: |
yarn remove jest && yarn add --dev jest@24
- uses: actions/download-artifact@v2
with:
name: babel-artifact