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

Commit

Permalink
Merge pull request #107 from snyk/docs/readme
Browse files Browse the repository at this point in the history
docs: describe supported Node versions on our README.md
  • Loading branch information
Amir Moualem committed Feb 3, 2020
2 parents 83fe936 + dde1526 commit a502cbb
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 a502cbb

Please sign in to comment.