Skip to content

Commit

Permalink
dropping support for node.js 14
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmas committed Mar 14, 2024
1 parent f48bdbf commit bb90a8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

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

steps:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ This library was inspired by well known authentication library for Angular calle

## Targeted Node.js versions

This has been tested to build with Node.js 14, 16 and 18.
This has been tested to build with Node.js 16, 18 and 20.

If you need support for Node.js 14, then please use release 2.1.0.

## Changes in vue-authenticate-2

Expand Down

0 comments on commit bb90a8b

Please sign in to comment.