build(node): specify supported node versions
This commit is contained in:
parent
6a2880b848
commit
3c799ea3b5
|
@ -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
|
||||
|
|
|
@ -74,5 +74,8 @@
|
|||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ttshivers/synclounge.git"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue