File tree Expand file tree Collapse file tree 4 files changed +798
-416
lines changed Expand file tree Collapse file tree 4 files changed +798
-416
lines changed Original file line number Diff line number Diff line change 1212
1313 strategy :
1414 matrix :
15- node-version : [12.x]
15+ node-version : [12.x, 14.x ]
1616
1717 steps :
1818 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 11# Simple OAuth2
22
33[ ![ NPM Package Version] ( https://img.shields.io/npm/v/simple-oauth2.svg?style=flat-square )] ( https://www.npmjs.com/package/simple-oauth2 )
4- [ ![ Build Status] ( https://img.shields.io/travis/lelylan/simple-oauth2.svg?style=flat-square )] ( https://travis-ci.org/lelylan/simple-oauth2 )
54[ ![ Build Status] ( https://github.com/lelylan/simple-oauth2/workflows/Node.js%20CI/badge.svg )] ( https://github.com/lelylan/simple-oauth2/actions )
65[ ![ Dependency Status] ( https://img.shields.io/david/lelylan/simple-oauth2.svg?style=flat-square )] ( https://david-dm.org/lelylan/simple-oauth2 )
76
@@ -37,7 +36,7 @@ Node.js client library for [OAuth2](http://oauth.net/2/). OAuth2 allows users to
3736
3837## Requirements
3938
40- The node client library is tested against Node 8 LTS and newer versions. Older node versions are unsupported.
39+ The node client library is tested against Node 12 LTS and newer versions. Older node versions are unsupported.
4140
4241## Usage
4342
You can’t perform that action at this time.
0 commit comments