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 8d4db44 commit 868eb1dCopy full SHA for 868eb1d
1 file changed
.github/workflows/test_node.yml
@@ -42,10 +42,10 @@ jobs:
42
node-version: ${{ matrix.node-version }}
43
44
# We need to skip the fallback download because downloading will fail on release branches because the new version isn't available yet.
45
- - run: SENTRYCLI_SKIP_DOWNLOAD=1 npm install
+ - run: SENTRYCLI_SKIP_DOWNLOAD=1 yarn install
46
47
# older node versions need an older nft
48
- - run: SENTRYCLI_SKIP_DOWNLOAD=1 npm install @vercel/nft@0.22.1
+ - run: SENTRYCLI_SKIP_DOWNLOAD=1 yarn add @vercel/nft@0.22.1
49
if: matrix.node-version == '10.x' || matrix.node-version == '12.x'
50
51
- - run: npm test
+ - run: yarn test
0 commit comments