1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00

add builds for windows and mac

This commit is contained in:
Martin McKeaveney 2020-05-14 21:24:34 +01:00
parent a2e8f2461a
commit dbcd85843f

View file

@ -12,11 +12,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [10.x]
steps: