Skip to content

Commit 7a27e63

Browse files
committed
Use yarn for CI steps
1 parent b466d5b commit 7a27e63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
uses: actions/setup-node@v1
2424
with:
2525
node-version: ${{ matrix.node-version }}
26-
- run: npm install
27-
- run: npm run prepare
28-
- run: npm test
26+
- run: yarn
27+
- run: yarn run prepare
28+
- run: yarn test
2929
env:
3030
CI: true

0 commit comments

Comments
 (0)