chore: pin stack-utils to 1.0.2 on legacy node tests (#12365)

This commit is contained in:
Huáng Jùnliàng 2020-11-16 10:16:24 -05:00 committed by GitHub
parent cff0d7c727
commit 7850682387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,10 @@ jobs:
- name: Downgrade Jest for node <= 8
if: matrix.node-version == '6' || matrix.node-version == '8'
run: |
yarn remove jest && yarn add --dev jest@24
yarn remove jest
yarn add --dev jest@24
# Pin stack-utils to 1.0.2 https://github.com/tapjs/stack-utils/issues/56
yarn set resolution stack-utils@npm:^1.0.1 1.0.2
- uses: actions/download-artifact@v2
with:
name: babel-artifact