Update build.yml

This commit is contained in:
Preston 2020-05-27 17:19:54 -04:00 committed by GitHub
parent a438a64b19
commit 808b69cf56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -11,11 +11,12 @@ on:
jobs: jobs:
build: build:
strategy: strategy:
matrix: matrix:
node-version: [12.x] node-version: [12.x]
os: [ubuntu-latest, windows-latest] os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2