update node version

This commit is contained in:
acalcutt 2022-09-14 22:03:29 -04:00
parent 5be1072fd6
commit 3136ccd83a

View file

@ -10,7 +10,7 @@
},
"license": "BSD-2-Clause",
"engines": {
"node": ">=10"
"node": ">=10 <17"
},
"scripts": {
"test": "mocha test/**.js --timeout 10000",