Switch Node versioning to engines

This commit is contained in:
Nick Alteen
2023-08-24 14:55:31 -04:00
parent e0529cc926
commit 7c0db4872d
4 changed files with 10 additions and 4 deletions

View File

@ -18,6 +18,9 @@
"setup"
],
"main": "dist/index.js",
"engines": {
"node": ">=16"
},
"scripts": {
"bundle": "npm run format:write && npm run package",
"ci-test": "jest",