Skip to content

Commit 868eb1d

Browse files
committed
chore(ci): Use yarn for node tests instead of npm
1 parent 8d4db44 commit 868eb1d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test_node.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
node-version: ${{ matrix.node-version }}
4343

4444
# 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
45+
- run: SENTRYCLI_SKIP_DOWNLOAD=1 yarn install
4646

4747
# older node versions need an older nft
48-
- run: SENTRYCLI_SKIP_DOWNLOAD=1 npm install @vercel/nft@0.22.1
48+
- run: SENTRYCLI_SKIP_DOWNLOAD=1 yarn add @vercel/nft@0.22.1
4949
if: matrix.node-version == '10.x' || matrix.node-version == '12.x'
5050

51-
- run: npm test
51+
- run: yarn test

0 commit comments

Comments
 (0)