Bump engines to 14

This commit is contained in:
Nick O'Leary 2022-05-03 13:40:02 +01:00
parent 437cc20198
commit 415107fbf0
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
2 changed files with 2 additions and 2 deletions

View File

@ -121,6 +121,6 @@
"supertest": "6.2.3"
},
"engines": {
"node": ">=12"
"node": ">=14"
}
}

View File

@ -47,6 +47,6 @@
"bcrypt": "5.0.1"
},
"engines": {
"node": ">=12"
"node": ">=14"
}
}