We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d227ec6 commit b9fb73dCopy full SHA for b9fb73d
.github/workflows/test_node.yml
@@ -26,10 +26,10 @@ jobs:
26
node-version: ${{ matrix.node-version }}
27
28
# We need to skip the fallback download because downloading will fail on release branches because the new version isn't available yet.
29
- - run: SENTRYCLI_SKIP_DOWNLOAD=1 npm install
+ - run: SENTRYCLI_SKIP_DOWNLOAD=1 yarn install
30
31
# older node versions need an older nft
32
- - run: SENTRYCLI_SKIP_DOWNLOAD=1 npm install @vercel/nft@0.22.1
+ - run: SENTRYCLI_SKIP_DOWNLOAD=1 yarn add @vercel/nft@0.22.1
33
if: matrix.node-version == '10.x' || matrix.node-version == '12.x'
34
35
- - run: npm test
+ - run: yarn test
0 commit comments