From 2e1b77d56d9c2db4e2538c70e67791b4d956c288 Mon Sep 17 00:00:00 2001 From: Andre-John Mas Date: Fri, 21 Oct 2022 21:28:35 -0400 Subject: [PATCH] indication of supported node.js versions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a150c34..43110e1 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ This library was inspired by well known authentication library for Angular called [Satellizer](https://github.com/sahat/satellizer) developed by [Sahat Yalkabov](http://sahatyalkabov.com). They share almost identical configuration and API so you can easily switch from Angular to Vue.js project. +## Targeted Node.js versions + +This has been tested to build with Node.js 14, 16 and 18. + ## Changes in vue-authenticate-2 This is a fork of [dgrubelic/vue-authenticate](https://github.com/dgrubelic/vue-authenticate), mainly because I needed to use this with Vue3 and the