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

Commit a502cbb

Browse files
author
Amir Moualem
authored
Merge pull request #107 from snyk/docs/readme
docs: describe supported Node versions on our README.md
2 parents 83fe936 + dde1526 commit a502cbb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Use this package as a library in your application to monitor your dependencies a
88
require('@snyk/nodejs-runtime-agent')({ projectId: <Your-Project-ID> });
99
```
1010

11+
# Supported Node.js versions
12+
13+
The Node.js Runtime Agent is tested on Node 8 and Node 10.
14+
Other versions are unsupported.
15+
1116
# How to
1217
```js
1318
require('@snyk/nodejs-runtime-agent')(config);

0 commit comments

Comments
 (0)