From 1209bb393a00501e5f15d368daa93b9c1ff953f0 Mon Sep 17 00:00:00 2001 From: TaylorHo Date: Wed, 19 Jun 2024 21:20:03 -0300 Subject: [PATCH] chore: nodejs versions on readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 096ec92..7b11f7c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ This package will fix other package known vulnerabilities by updating the version of the package to a stable, not vulnerable, version. This package do this based on `npm audit fix`, but better and ready to be implemented on **automated pipelines**. +It works on NodeJS v14, v16, v18 and v20. + ### Install ```shell