mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-16 22:46:50 +00:00
Switch to flow v0.100.0 to try to fix CI issues (#1203)
Since upgrading to flow 0.102.0, we've been having CI issues where flow fails as "out of retries". In my testing, downgrading flow seems to resolve this, although it's hard to be certain as the issue strikes sporadically. Test plan: This commit definitely works locally; hopefully it will consistently pass in CI as well.
This commit is contained in:
parent
0ade04b66c
commit
b7eae8b3eb
@ -51,7 +51,7 @@
|
||||
"eslint-plugin-jsx-a11y": "6.2.3",
|
||||
"eslint-plugin-react": "7.14.2",
|
||||
"file-loader": "1.1.5",
|
||||
"flow-bin": "^0.102.0",
|
||||
"flow-bin": "^0.100.0",
|
||||
"jest": "^24.8.0",
|
||||
"jest-fetch-mock": "^2.1.2",
|
||||
"prettier": "^1.18.2",
|
||||
|
@ -3789,10 +3789,10 @@ flatten@^1.0.2:
|
||||
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.2.tgz#dae46a9d78fbe25292258cc1e780a41d95c03782"
|
||||
integrity sha1-2uRqnXj74lKSJYzB54CkHZXAN4I=
|
||||
|
||||
flow-bin@^0.102.0:
|
||||
version "0.102.0"
|
||||
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.102.0.tgz#3d5de44bcc26d26585e932b3201988b766f9b380"
|
||||
integrity sha512-mYon6noeLO0Q5SbiWULLQeM1L96iuXnRtYMd47j3bEWXAwUW9EnwNWcn+cZg/jC/Dg4Wj/jnkdTDEuFtbeu1ww==
|
||||
flow-bin@^0.100.0:
|
||||
version "0.100.0"
|
||||
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.100.0.tgz#729902726658cfa0a81425d6401f9625cf9f5534"
|
||||
integrity sha512-jcethhgrslBJukH7Z7883ohFFpzLrdsOEwHxvn5NwuTWbNaE71GAl55/PEBRJwYpDvYkRlqgcNkANTv0x5XjqA==
|
||||
|
||||
flush-write-stream@^1.0.0:
|
||||
version "1.1.1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user