build(node): specify supported node versions

This commit is contained in:
Travis Shivers 2020-09-28 17:48:22 -05:00
parent 6a2880b848
commit 3c799ea3b5
No known key found for this signature in database
GPG Key ID: EE4CC2891B8FCD33
2 changed files with 5 additions and 2 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [10.x, 12.x, 13.x, 14.x]
node-version: [12, 14]
steps:
- name: Checkout

View File

@ -74,5 +74,8 @@
"repository": {
"type": "git",
"url": "https://github.com/ttshivers/synclounge.git"
},
"engines": {
"node": ">=12"
}
}
}