diff --git a/README.md b/README.md index 9c06f7d..bf398fe 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ Use this package as a library in your application to monitor your dependencies a require('@snyk/nodejs-runtime-agent')({ projectId: }); ``` +# Supported Node.js versions + +The Node.js Runtime Agent is tested on Node 8 and Node 10. +Other versions are unsupported. + # How to ```js require('@snyk/nodejs-runtime-agent')(config);