From 1aa3472fced88dec2e3476a74c91edb1751b24c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Aug 2023 19:06:19 +0000 Subject: [PATCH] chore(deps): update node.js to 18.x --- packages/eslint-config/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 18def900..f1860ad2 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -5,7 +5,7 @@ "license": "UNLICENSED", "main": "./node.js", "engines": { - "node": "18.x.x", + "node": "18.x", "yarn": "3.x.x" }, "description": "Eslint Typescript Config",