Skip to content

Commit 89b0f93

Browse files
Update minimum supported version of node v10 in docs (#49)
Co-authored-by: Sam Raeburn <sam@rti.com>
1 parent 6ea2cf1 commit 89b0f93

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

docs/getting_started.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Or the GitHub repository:
2222
2323
In order to access the examples, run npm with the GitHub repository.
2424

25-
*Connector* works with Node.js versions 10.x.x to 13.x.x [#f1]_. It currently doesn't work
25+
*Connector* works with Node.js versions 10.20.x [#f1]_ to 13.x.x [#f2]_. It currently doesn't work
2626
with versions 14+ because one of its dependencies is not yet compatible with that version.
2727

2828
npm uses `node-gyp <https://github.com/nodejs/node-gyp>`__ to locally compile some of *Connector*'s
@@ -73,6 +73,8 @@ that publishes or subscribes to the *Square* topic. For example, you can use
7373
`RTI Shapes Demo <https://www.rti.com/free-trial/shapes-demo>`__.
7474

7575
.. rubric:: Footnotes
76-
.. [#f1] Note that Connector for JavaScript is not compatible with Node.js v12.19.0
76+
.. [#f1] Note that Connector for JavaScript is not compatible with versions of
77+
Node.js prior to v10.20.x.
78+
.. [#f2] Note that Connector for JavaScript is not compatible with Node.js v12.19.0
7779
due to a regression that was introduced in that version of Node.js. Connector for JavaScript
7880
works with Node.js versions 12.18.x and 12.20.x.

docs/release_notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Supported Platforms
55
~~~~~~~~~~~~~~~~~~~
66

77
*RTI Connector for JavaScript* has been tested with Node.js versions
8-
10.4.0, 11.15.0 and 12.13.0.
8+
10.22.0, 11.15.0 and 12.13.0.
99

1010
*Connector* uses a native C library that works on most Windows®, Linux® and
1111
macOS® platforms. It has been tested on the following systems:

0 commit comments

Comments
 (0)