From 06d265a02bbeade88dc2992af848a00e1587baf7 Mon Sep 17 00:00:00 2001 From: Konstantin Tyukalov <52399739+KonstantinTyukalov@users.noreply.github.com> Date: Wed, 20 Jul 2022 10:45:15 +0400 Subject: [PATCH] Removed mention of node 4 support (#335) * Remove mention of node 4 support from README * Remove mention of node 4 support from CONTRIBUTING * Add mention about node16 testing --- CONTRIBUTING.md | 4 ++-- README.md | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index abbc5121..cf39f9b5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ To build and test you need LTS Node >= 6.12.0 and Npm 5.5.1 (we use lock files). For contributions, we recommend using Node 10.15.1 and Npm 6.9.0 in order to minimize friction between package-lock formatting. ## Build - + ``` $ npm install $ npm run build @@ -15,7 +15,7 @@ $ npm run build ## Test -You should test with node 4.x, 6.x and 8.x LTS. We recommend using nvm ([linux](https://github.com/creationix/nvm) / [windows](https://github.com/coreybutler/nvm-windows)) +You should test with node 6.x, 8.x and 16.x LTS. We recommend using nvm ([linux](https://github.com/creationix/nvm) / [windows](https://github.com/coreybutler/nvm-windows)) ``` npm test diff --git a/README.md b/README.md index e6e7d0b1..1972cc51 100644 --- a/README.md +++ b/README.md @@ -71,11 +71,9 @@ or set NODE_DEBUG=http ``` - - ## Node support -The typed-rest-client is built using the latest LTS version of Node 8. We also support the latest LTS for Node 4 and Node 6. +The typed-rest-client is built using the latest LTS version of Node 8. We also support the latest LTS for Node 6 and newer. ## Contributing