diff --git a/.nvmrc b/.nvmrc index b6a7d89c68..86b611fc9a 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -16 +>=16.0.0 <=18.13.0 diff --git a/package.json b/package.json index d6a07cb84c..3dfcc03bd2 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "8.0.0", "description": "Kirby Design Angular Components. This library provides Angular wrappers for the @kirbydesign/core package, for smoother integration into Angular projects.", "engines": { - "node": ">=16.0.0", + "node": ">=16.0.0 <=18.13.0", "npm": ">=8.5.0" }, "repository": {