Update ccpp.yml

This commit is contained in:
Recep Aslantas
2019-08-30 14:58:47 +03:00
committed by GitHub
parent 62f4685f86
commit 6af1f5af04

View File

@@ -8,8 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: [8, 10, 12]
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v1