From f153c9f30180a0e7a0b9593f060ff5f8d4749c64 Mon Sep 17 00:00:00 2001 From: Konstantin Tyukalov Date: Mon, 18 Jul 2022 22:13:07 +0400 Subject: [PATCH 1/3] Remove mention of node 4 support from README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 From 5d9c88bd2cf13ba084c4d67e86bb42b83e704a9f Mon Sep 17 00:00:00 2001 From: Konstantin Tyukalov Date: Mon, 18 Jul 2022 22:13:40 +0400 Subject: [PATCH 2/3] Remove mention of node 4 support from CONTRIBUTING --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index abbc5121..bb973a14 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 and 8.x LTS. We recommend using nvm ([linux](https://github.com/creationix/nvm) / [windows](https://github.com/coreybutler/nvm-windows)) ``` npm test From a345edfceb766ff89efbd49321267accc36c7c4f Mon Sep 17 00:00:00 2001 From: Konstantin Tyukalov Date: Wed, 20 Jul 2022 10:02:22 +0400 Subject: [PATCH 3/3] Add mention about node16 testing --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bb973a14..cf39f9b5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ $ npm run build ## Test -You should test with node 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