Set minimum node version to 12

This commit is contained in:
Nick O'Leary 2021-04-09 10:37:05 +01:00
parent cb1a178fbf
commit ba566657f1
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
2 changed files with 1 additions and 7 deletions

View File

@ -13,9 +13,3 @@ matrix:
- node_js: "12"
script:
- ./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

View File

@ -115,6 +115,6 @@
"supertest": "5.0.0"
},
"engines": {
"node": ">=8"
"node": ">=12"
}
}