Skip to content

Commit 207c647

Browse files
committed
We are testing with Node.js 14 too
1 parent 161dc0c commit 207c647

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ and
5252

5353
- NJS-005 and NJS-009 are now passed through the callback (if one is used).
5454

55-
- Stated compatibility is now for Node.js 10.16+ and Node.js 12.
55+
- Stated compatibility is now for Node.js 10.16+, 12 and 14.
5656

5757
- Fixed a segfault that occurred when binding a database object IN/OUT without
5858
providing the database object class.

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The [*node-oracledb*][4] add-on for Node.js powers high performance Oracle Datab
5757
The steps below create a Node.js installation for testing. Adjust the
5858
steps for your environment.
5959

60-
This node-oracledb release has been tested with Node.js 10 and 12 on 64-bit
60+
This node-oracledb release has been tested with Node.js 10, 12 and 14 on 64-bit
6161
Oracle Linux, Windows and macOS Mojave 10.14. Note Node.js 10.16, or later is
6262
required. The add-on can also build on some 32-bit Linux, 32-bit Windows,
6363
Solaris and AIX environments, but these architectures have not been fully

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
The node-oracledb add-on for Node.js powers high performance Oracle
66
Database applications.
77

8-
Use node-oracledb 5.0-dev to connect Node.js 10.16, 12, or later, to Oracle Database.
8+
Use node-oracledb 5.0-dev to connect Node.js 10.16, 12, 14, or later, to Oracle Database.
99
Older versions of node-oracledb may work with older versions of Node.js.
1010

1111
Node-oracledb supports basic and advanced features of Oracle Database

0 commit comments

Comments
 (0)