Skip to content

Commit d282831

Browse files
committed
ci: updated script
1 parent de06407 commit d282831

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [8.x, 10.x, 12.x]
12+
node-version: [8.x]
1313

1414
steps:
1515
- uses: actions/checkout@v1
@@ -19,8 +19,8 @@ jobs:
1919
node-version: ${{ matrix.node-version }}
2020
- name: npm install, build, and test
2121
run: |
22-
npm ci
23-
npm run build --if-present
24-
npm test
22+
npm i -g yarn mocha
23+
yarn install
24+
yarn test
2525
env:
2626
CI: true

0 commit comments

Comments
 (0)