Test on LTS node only

This commit is contained in:
Dan Mindru 2020-02-23 21:37:33 +01:00
parent 4618b491d7
commit 455999b910
1 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
node_version: [9, 10, 11, 12, 13]
node_version: [12, 13]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
@ -21,6 +21,8 @@ jobs:
- name: npm install & test
run: |
npm -v
node -v
npm install
npm test
env: