Skip to content

Commit 18360a7

Browse files
committed
Remove 0.12 from documented supported list. 0.12's EOL was end 2016
1 parent e52a22a commit 18360a7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

INSTALL.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,12 @@ The [*node-oracledb*](https://github.com/oracle/node-oracledb) add-on for Node.j
3535
The steps below create a Node.js installation for testing. Adjust the
3636
steps for your environment.
3737

38-
This node-oracledb release has been tested with Node 0.12, 4,
38+
This node-oracledb release has been tested with Node 4,
3939
6 and 7 on 64-bit Oracle Linux and Windows. The add-on can also build
4040
in some macOS, 32-bit Linux, 32-bit Windows, Solaris and AIX
4141
environments, but these architectures have not been fully tested.
42+
Node 0.10 and 0.12 have been supported in the past and may
43+
still be usable.
4244

4345
### <a name="prerequisites"></a> Prerequisites
4446

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 to connect Node.js 0.12, 4, 6 and 7 to Oracle Database.
8+
Use node-oracledb to connect Node.js 4, 6 and 7 to Oracle Database.
99

1010
The add-on is stable, well documented, and has a comprehensive test suite.
1111

0 commit comments

Comments
 (0)