Skip to content

Commit

Permalink
Fix failing CI with Jest 24 (#12779)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Feb 7, 2021
1 parent e735266 commit 759a82a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -153,8 +153,9 @@ jobs:
run: |
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
# Deduplicate dependencies, because duplicate copies of graceful-fs cause
# problems with the "path" module: https://github.com/facebook/jest/issues/9656
yarn dedupe
- uses: actions/download-artifact@v2
with:
name: babel-artifact
Expand Down

0 comments on commit 759a82a

Please sign in to comment.