mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Set minimum node version to 12
This commit is contained in:
parent
cb1a178fbf
commit
ba566657f1
@ -13,9 +13,3 @@ matrix:
|
|||||||
- node_js: "12"
|
- node_js: "12"
|
||||||
script:
|
script:
|
||||||
- ./node_modules/.bin/grunt no-coverage
|
- ./node_modules/.bin/grunt no-coverage
|
||||||
- node_js: "10"
|
|
||||||
script:
|
|
||||||
- ./node_modules/.bin/grunt no-coverage
|
|
||||||
#- node_js: "8"
|
|
||||||
# script:
|
|
||||||
# - ./node_modules/.bin/grunt no-coverage
|
|
||||||
|
@ -115,6 +115,6 @@
|
|||||||
"supertest": "5.0.0"
|
"supertest": "5.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8"
|
"node": ">=12"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user