diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 000000000..2bd5a0a98 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +22 diff --git a/apps/scandic-web/package.json b/apps/scandic-web/package.json index e854a0b79..872a7498a 100644 --- a/apps/scandic-web/package.json +++ b/apps/scandic-web/package.json @@ -138,6 +138,6 @@ "typescript-plugin-css-modules": "^5.1.0" }, "engines": { - "node": ">18" + "node": "22" } }