diff --git a/next/package.json b/next/package.json index 54f1393e..64aca29c 100644 --- a/next/package.json +++ b/next/package.json @@ -128,7 +128,7 @@ "yarn": "1.22" }, "volta": { - "node": ">=18.x.x", + "node": "18.17.1", "yarn": "1.22.18" } } diff --git a/strapi/package.json b/strapi/package.json index ea95736e..402a6b79 100644 --- a/strapi/package.json +++ b/strapi/package.json @@ -33,7 +33,7 @@ "yarn": "1.22" }, "volta": { - "node": ">=18.x.x", + "node": "18.17.1", "yarn": "1.22.18" }, "license": "MIT"