File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 2020 node-version-file : package.json
2121
2222 # We need to skip the fallback download because downloading will fail on release branches because the new version isn't available yet.
23+ # We have to use npm here because yarn fails on the non-existing existing optionalDependency version:
24+ # https://github.com/yarnpkg/berry/issues/2425#issuecomment-1627807326
2325 - run : SENTRYCLI_SKIP_DOWNLOAD=1 npm install
2426
2527 - run : npm run check:types
4244 node-version : ${{ matrix.node-version }}
4345
4446 # We need to skip the fallback download because downloading will fail on release branches because the new version isn't available yet.
47+ # We have to use npm here because yarn fails on the non-existing existing optionalDependency version:
48+ # https://github.com/yarnpkg/berry/issues/2425#issuecomment-1627807326
4549 - run : SENTRYCLI_SKIP_DOWNLOAD=1 npm install
4650
4751 # older node versions need an older nft
You can’t perform that action at this time.
0 commit comments