Test node 10 only

This commit is contained in:
Jerome Wu 2019-10-23 21:34:56 +08:00
parent 73edf8f918
commit 9ff7984c4c

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
node_version: ['8', '10', '12'] node_version: ['10'] #['8', '10', '12']
os: [ubuntu-latest, windows-latest, macOS-latest] os: [ubuntu-latest, windows-latest, macOS-latest]
steps: steps: