diff --git a/.node-version b/.node-version index 8b0beab..2a393af 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -20.11.0 +20.18.0 diff --git a/package.json b/package.json index 9c03c9d..d3366be 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@chyzwar/common", "version": "1.0.0", "engines": { - "node": "20.x", + "node": "20.18.0", "yarn": "4.x" }, "main": "index.js", diff --git a/packages/biome-config/package.json b/packages/biome-config/package.json index a209ff7..8c52ca8 100644 --- a/packages/biome-config/package.json +++ b/packages/biome-config/package.json @@ -5,7 +5,7 @@ "type": "module", "license": "MIT", "engines": { - "node": "20.x", + "node": "20.18.0", "yarn": "4.x" }, "repository": { diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 4d8a452..fbf40ef 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -5,7 +5,7 @@ "type": "module", "license": "MIT", "engines": { - "node": "20.x", + "node": "20.18.0", "yarn": "4.x" }, "repository": { diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index c8c83ef..0fb5d8b 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -4,7 +4,7 @@ "author": "chyzwar", "license": "MIT", "engines": { - "node": "20.x", + "node": "20.18.0", "yarn": "4.x" }, "repository": {