diff --git a/.nvmrc b/.nvmrc
new file mode 100644
index 0000000..08b7109
--- /dev/null
+++ b/.nvmrc
@@ -0,0 +1 @@
+18.20.8
diff --git a/README.md b/README.md
index 2f90f58..dbcae20 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ Full Stack Web Application similar to financial software that is used in profess
System requirements
-- [**Node.js** v12.18+](https://nodejs.org/en/)
+- [**Node.js** v18.20+](https://nodejs.org/en/)
- [**yarn** v1.22+](https://classic.yarnpkg.com/en/)
- [**PostgreSQL** v10.12+](https://www.postgresql.org/)
diff --git a/package.json b/package.json
index 0c6fd32..6dfadaa 100644
--- a/package.json
+++ b/package.json
@@ -4,6 +4,10 @@
"description": "Backend Application",
"license": "MIT",
"author": "Adrian Pietrzak ",
+ "engines": {
+ "npm": ">=5",
+ "node": ">=18.0.0"
+ },
"scripts": {
"prebuild": "rimraf dist",
"build": "nest build",