Skip to content

Commit 4946eed

Browse files
Merge pull request lelylan#319 from lelylan/feature/support-node-14
[node-14] Add Node 14 to test matrix
2 parents 87a1d3a + e38c97e commit 4946eed

File tree

4 files changed

+798
-416
lines changed

4 files changed

+798
-416
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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

0 commit comments

Comments
 (0)