diff --git a/.nvmrc b/.nvmrc index 19c7bdba..25bf17fc 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16 \ No newline at end of file +18 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 54d782df..640354bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "webpack-cli": "^5.1.4" }, "engines": { - "node": ">=16" + "node": ">=18" }, "peerDependencies": { "@babel/runtime": "^7.23.2" diff --git a/package.json b/package.json index 60041082..466d2d95 100644 --- a/package.json +++ b/package.json @@ -111,6 +111,6 @@ "@babel/runtime": "^7.23.2" }, "engines": { - "node": ">=16" + "node": ">=18" } }