Skip to content

Commit 90b21f9

Browse files
committed
stop testing on node v8-12
1 parent 4ecfe7d commit 90b21f9

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
node-version: [8.x, 10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x]
29+
node-version: [14.x, 16.x, 18.x, 20.x, 22.x]
3030
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
3131

3232
steps:

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
22

33
Express/Connect middleware that proxies requests to a backend and renders the result.
44

5+
**This library has only devDependencies, and is no longer being developed.**
6+
57
![Version][shield-packagejs-version]
68
[![Node.js version support][shield-supported-node-version]][package-json]
79
[![build and test](https://github.com/springernature/backend-proxy/actions/workflows/tests.yml/badge.svg)](https://github.com/springernature/backend-proxy/actions/workflows/tests.yml)
810
[![MIT licensed][shield-license]][license]
911

1012
## Requirements
1113

12-
Supported node versions 8 - 22
14+
Supported & tested on node versions 14 - 22.
15+
Should run fine on 8.3.0+
1316

1417
## Installation
1518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test:watch": "jest --watch"
1515
},
1616
"engines": {
17-
"node": ">=8.3.0 <23"
17+
"node": ">=14 <23"
1818
},
1919
"repository": {
2020
"type": "git",

0 commit comments

Comments
 (0)