Skip to content

Commit adac8e3

Browse files
committed
build: rm yarn, consolidate workflow
1 parent 140aee1 commit adac8e3

File tree

2 files changed

+4
-6490
lines changed

2 files changed

+4
-6490
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33

44
name: Node.js CI
55

6-
on:
7-
push:
8-
branches: [ master ]
9-
pull_request:
10-
branches: [ master ]
6+
on: [push, pull_request]
117

128
jobs:
139
build:
@@ -24,6 +20,6 @@ jobs:
2420
uses: actions/setup-node@v1
2521
with:
2622
node-version: ${{ matrix.node-version }}
27-
- run: yarn
28-
- run: yarn build
29-
- run: yarn test
23+
- run: npm ci
24+
- run: npm run build
25+
- run: npm t

0 commit comments

Comments
 (0)