Skip to content

Commit 79ab27b

Browse files
authored
Clarifies JS and TS system requirements
1 parent d109637 commit 79ab27b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/codeql/codeql-overview/system-requirements.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ For extraction of compiled languages (C/C++, C#, Go, Java) and Ruby on Linux:
2626
- ``glibc`` version 2.17 or greater must be installed.
2727
- ``musl-c``-based Linux distributions, such as Alpine Linux, are not supported.
2828

29-
For TypeScript extraction on all platforms:
29+
For JavaScript and TypeScript extraction on all platforms:
3030

31-
- Node.js must be installed and available on the ``PATH`` as ``node``.
31+
- Node.js 14 or higher must be installed and available on the ``PATH`` as ``node``.
3232

3333
For Python extraction:
3434

0 commit comments

Comments
 (0)