Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test_node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# We need to skip the fallback download because downloading will fail on release branches because the new version isn't available yet.
# We have to use npm here because yarn fails on the non-existing existing optionalDependency version:
# https://github.com/yarnpkg/berry/issues/2425#issuecomment-1627807326
- run: SENTRYCLI_SKIP_DOWNLOAD=1 npm install
- run: SENTRYCLI_SKIP_DOWNLOAD=1 npm ci

- run: npm run check:types

Expand All @@ -46,7 +46,7 @@ jobs:
# We need to skip the fallback download because downloading will fail on release branches because the new version isn't available yet.
# We have to use npm here because yarn fails on the non-existing existing optionalDependency version:
# https://github.com/yarnpkg/berry/issues/2425#issuecomment-1627807326
- run: SENTRYCLI_SKIP_DOWNLOAD=1 npm install
- run: SENTRYCLI_SKIP_DOWNLOAD=1 npm ci
Comment thread
szokeasaurusrex marked this conversation as resolved.
Comment thread
cursor[bot] marked this conversation as resolved.

# older node versions need an older nft
- run: SENTRYCLI_SKIP_DOWNLOAD=1 npm install @vercel/nft@0.22.1
Expand Down
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Compatibility with npm 6
lockfile-version=1
Loading
Loading