diff --git a/.changeset/tame-sheep-cough.md b/.changeset/tame-sheep-cough.md new file mode 100644 index 00000000..22a1566c --- /dev/null +++ b/.changeset/tame-sheep-cough.md @@ -0,0 +1,5 @@ +--- +"@saleor/macaw-ui": patch +--- + +MacawUI engine has been changed to support Node 18. This means that MacawUI no longer throws an error when being installed in Dashboard. diff --git a/package.json b/package.json index 618b2f2a..2987e963 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "ui components" ], "engines": { - "node": ">=20", + "node": "18 || 20", "pnpm": ">=9" }, "scripts": {