Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[node-14-lts] Use node 14 as default runtime version #352

Merged
merged 1 commit into from
Nov 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
### Maintainance
- Documentation updates for persistent access token refresh
- Internal module reorganization
- Use Node 14 as default runtime version for development. Document support matrix

## 4.1.0
### Improvements
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@

## Requirements

The node client library is tested against Node 12 LTS and newer versions. Older node versions are unsupported.
| Version | Node support |
|----------------------------------------------------------------------------------|---------------------|
| [3.x](https://github.com/lelylan/simple-oauth2/tree/3.x) | Node 8.x or higher |
| [4.x (Current)](https://github.com/lelylan/simple-oauth2/tree/master) | Node 12.x or higher |

Older node versions are unsupported.

## Usage

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@
"nyc": "^15.1.0"
},
"volta": {
"node": "12.18.0"
"node": "14.15.1"
}
}