chore (ci): add macOS and Windows to the CI OS matrix (#2657)

* chore (ci): add macOS and Windows to the CI OS matrix

* chore (ci): fix macOS runner name
This commit is contained in:
darkgl0w 2021-12-17 07:21:35 +01:00 committed by GitHub
parent 2c3adf25f9
commit 392a7f4a66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,8 @@ jobs:
strategy:
matrix:
node: ['8', '10', '12', '14', '16', '17']
name: Node ${{ matrix.node }}
os: [ubuntu-latest, windows-latest, macos-latest]
name: Node.js ${{ matrix.node }} (${{ matrix.os }})
steps:
- uses: actions/checkout@v2
- name: Setup node