chore: remove node 10

v1.18.x
Barış Soner Uşaklı 4 years ago
parent a8f7b24452
commit 8d3ec23483

@ -21,7 +21,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
node: [10, 12, 14] node: [12, 14]
database: [mongo-dev, mongo, redis, postgres] database: [mongo-dev, mongo, redis, postgres]
include: include:
# only run coverage once # only run coverage once

@ -162,7 +162,7 @@
"url": "https://github.com/NodeBB/NodeBB/issues" "url": "https://github.com/NodeBB/NodeBB/issues"
}, },
"engines": { "engines": {
"node": ">=10" "node": ">=12"
}, },
"maintainers": [ "maintainers": [
{ {

Loading…
Cancel
Save