Skip to content

Commit 46a0b22

Browse files
committed
ci (nodejs) : use npm instead of yarn for tests
1 parent 4723f48 commit 46a0b22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
uses: actions/setup-node@v1
2525
with:
2626
node-version: ${{ matrix.node-version }}
27-
- run: yarn install --frozen-lockfile
28-
- run: yarn run build --if-present
27+
- run: npm install --frozen-lockfile
28+
- run: npm run build --if-present

0 commit comments

Comments
 (0)