Skip to content

Commit 26b3eb3

Browse files
authored
Merge pull request #41 from node-oauth/update-node-version
update minimal supported node version to 12
2 parents b1676fb + f8c398f commit 26b3eb3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ This module has been rewritten using a promise-based approach, introducing chang
4040

4141
Please refer to our [3.0 migration guide](https://oauth2-server.readthedocs.io/en/latest/misc/migrating-v2-to-v3.html) for more information.
4242

43+
## Supported NodeJs versions
44+
45+
This project supports the node versions along the
46+
[NodeJS LTS releases](https://nodejs.org/en/about/releases/), focusing on
47+
48+
- Maintenance LTS
49+
- Active LTS
50+
- Current
51+
4352
## Contributing to this project
4453

4554
Please read our [contribution guide](./CONTRIBUTING.md) before taking actions.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"license": "MIT",
3535
"engines": {
36-
"node": ">=4.0"
36+
"node": ">=12.0.0"
3737
},
3838
"scripts": {
3939
"pretest": "./node_modules/.bin/eslint lib test index.js",

0 commit comments

Comments
 (0)