Skip to content

Commit a6cd5ae

Browse files
committed
add comment
1 parent 641f009 commit a6cd5ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test_node.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
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
@@ -42,6 +44,8 @@ jobs:
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

0 commit comments

Comments
 (0)