Try lowercase

This commit is contained in:
Danny McCormick 2019-06-07 14:28:59 -04:00 committed by GitHub
parent 56655b071f
commit d9c009eb56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ jobs:
runs-on: ${{ matrix.operating-system }} runs-on: ${{ matrix.operating-system }}
strategy: strategy:
matrix: matrix:
operating-system: [Linux, macOS, Windows] operating-system: [linux, macOS, windows]
actions: actions:
- name: npm install - name: npm install
run: npm install run: npm install