Skip to content

Commit

Permalink
Change Node version (#845)
Browse files Browse the repository at this point in the history
* change node

* change .nvmrc

* change .nvmrc
  • Loading branch information
Cloud11PL authored Aug 27, 2024
1 parent a49cc53 commit d8516d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/tame-sheep-cough.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11
v18.18.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"ui components"
],
"engines": {
"node": ">=20",
"node": "18 || 20",
"pnpm": ">=9"
},
"scripts": {
Expand Down

0 comments on commit d8516d5

Please sign in to comment.