Skip to content

Commit bc6ff53

Browse files
chore: update ci config
1 parent 3280546 commit bc6ff53

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/node.js.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,18 @@
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:
10+
name: Tests - ${{ matrix.os }} - Node.js v${{ matrix.node-version }}
1411

15-
runs-on: ubuntu-latest
12+
runs-on: ${{ matrix.os }}
1613

1714
strategy:
1815
matrix:
19-
node-version: [10.x, 12.x, 14.x]
16+
os: [ubuntu-latest, macos-latest]
17+
node-version: [12.x, 13.x, 14.x]
2018

2119
steps:
2220
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)