From 76b0c0750518120041ac2837654bd24615f732f2 Mon Sep 17 00:00:00 2001
From: Pavel Bely
Date: Fri, 29 Apr 2022 14:34:03 +0300
Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20Node.js=20v16.14.2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.nvmrc | 2 +-
package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.nvmrc b/.nvmrc
index 4ec320b..6276cf1 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
-v14.17.6
+v16.14.2
diff --git a/package.json b/package.json
index 1263e3b..cb33149 100644
--- a/package.json
+++ b/package.json
@@ -4,8 +4,8 @@
"description": "realt.by frontend codestyle tools shared configs",
"main": ".release-it.js",
"engines": {
- "node": "~14.17",
- "npm": "~6.14"
+ "node": ">=14.17",
+ "npm": ">=6.14"
},
"publishConfig": {
"access": "public"