Skip to content

Commit bb90a8b

Browse files
committed
dropping support for node.js 14
1 parent f48bdbf commit bb90a8b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [14.x, 16.x, 18.x, 20.x]
19+
node-version: [16.x, 18.x, 20.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ This library was inspired by well known authentication library for Angular calle
88

99
## Targeted Node.js versions
1010

11-
This has been tested to build with Node.js 14, 16 and 18.
11+
This has been tested to build with Node.js 16, 18 and 20.
12+
13+
If you need support for Node.js 14, then please use release 2.1.0.
1214

1315
## Changes in vue-authenticate-2
1416

0 commit comments

Comments
 (0)