1
0
Fork 0
mirror of synced 2024-06-29 03:20:34 +12:00

add builds for windows and mac

This commit is contained in:
Martin McKeaveney 2020-05-14 21:24:34 +01:00
parent 014115c573
commit f7e2012c89

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: