Update package.json and readme for node 12 support

This commit is contained in:
Pedro Lopez
2021-08-01 23:57:21 -04:00
parent 40cec51956
commit 38e31a07cf
2 changed files with 2 additions and 2 deletions

View File

@@ -48,6 +48,6 @@
"sinon": "^11.1.1"
},
"engines": {
"node": ">=14.0.0"
"node": ">=12.0.0"
}
}