Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Commit

Permalink
docs: describe supported Node versions on our README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Shesekino committed Feb 3, 2020
1 parent 83fe936 commit dde1526
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -8,6 +8,11 @@ Use this package as a library in your application to monitor your dependencies a
require('@snyk/nodejs-runtime-agent')({ projectId: <Your-Project-ID> });
```

# 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);
Expand Down

0 comments on commit dde1526

Please sign in to comment.