Update main.yml

This commit is contained in:
jeromewu 2019-11-06 22:18:37 +08:00 committed by GitHub
parent 414cbb3fee
commit dba2631292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node_version: ['10'] #['8', '10', '12'] node_version: ['10'] #['8', '10', '12']
os: [ubuntu-latest, windows-latest, macOS-latest] os: [ubuntu-latest] #[ubuntu-latest, windows-latest, macOS-latest]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1