Just use one node version

This commit is contained in:
Endi 2019-12-07 10:19:43 +07:00 committed by GitHub
parent 968844eac0
commit 2b47dc66a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ jobs:
runs-on: windows-2019
strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [8.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}