Try adding v2 workflow (#13)

* Try adding v2 workflow

* Remove version

* Use legacy action until this is public

* Remove legacy workflow
This commit is contained in:
Danny McCormick 2019-07-11 13:10:59 -04:00 committed by GitHub
parent b4ae196409
commit d2b505129d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,12 @@
on: push name: Main workflow
on: [push]
jobs: jobs:
build: run:
runs-on: name: Run
pool: ${{ matrix.operating-system }} runs-on: ${{ matrix.operating-system }}
strategy: strategy:
matrix: matrix:
operating-system: [Linux, macOS, Windows] operating-system: [ubuntu-latest, windows-latest]
actions: actions:
- name: Set Node.js 10.x - name: Set Node.js 10.x
uses: bryanmacfarlane/node-config@master uses: bryanmacfarlane/node-config@master