chore: pin stack-utils to 1.0.2 on legacy node tests (#12365)
This commit is contained in:
parent
cff0d7c727
commit
7850682387
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user