Skip to content

Commit 8fe25af

Browse files
committed
use yarn to build and test
1 parent 394ec12 commit 8fe25af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nodejs.yml renamed to .github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
push:
88
branches: [ master ]
99
pull_request:
10-
branches:
10+
branches:
1111
- "*"
1212

1313
jobs:
@@ -25,8 +25,8 @@ jobs:
2525
uses: actions/setup-node@v1
2626
with:
2727
node-version: ${{ matrix.node-version }}
28-
- run: npm ci
29-
- run: npm run build --if-present
30-
- run: npm test
28+
- run: yarn install
29+
- run: yarn build
30+
- run: yarn test
3131
env:
3232
CI: true

0 commit comments

Comments
 (0)