Skip to content

Commit 7c54e54

Browse files
Merge pull request #495 from snyk/docs/add-supported-node-version-to-readme
docs: add supported Node version to README
2 parents 62c1470 + f7f55aa commit 7c54e54

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ The logs can be explored using [Bunyan CLI](http://trentm.com/node-bunyan/bunyan
7979

8080
# FAQ
8181
<details>
82+
<summary>What is the minimum version of Node that the tool supports?</summary>
83+
<br/>
84+
<p>Please check the <code>.nvmrc</code> file for the supported version of Node.</p>
85+
</details>
86+
<details>
8287
<summary><code>Error: ENFILE: file table overflow, open</code> or <code>Error: EMFILE, too many open files</code></summary>
8388
<br/>
8489
<p>If you see these errors then you may need to bump <b>ulimit</b> to allow more open file operations. In order to keep the operations more performant tool logs as soon as it is convenient rather than wait until very end of a loop and log a huge data structure. This means depending on number of concurrent imports set the tool may exceed the system default <b>ulimit</b>.</p>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@types/lodash": "4.17.5",
7373
"@types/micromatch": "4.0.6",
7474
"@types/needle": "2.0.4",
75-
"@types/node": "^20.11.1",
75+
"@types/node": "20.11.1",
7676
"@types/parse-link-header": "1.0.0",
7777
"@types/split": "1.0.0",
7878
"@typescript-eslint/eslint-plugin": "4.28.1",

0 commit comments

Comments
 (0)