Skip to content

Commit

Permalink
fix: 🐛 Downgrade 'undici' to v6 to support Node.js v18 (#74)
Browse files Browse the repository at this point in the history
## Why?

- Downgraded 'undici' to v6 to support Node.js v18


## Tickets?

-
[PLAT-1900](https://linear.app/fleekxyz/issue/PLAT-1900/yarn-global-installation-of-fleek-platformcli-fails-site-deployment)

## Contribution checklist?

- [x] The commit messages are detailed
- [x] The `build` command runs locally
- [ ] Assets or static content are linked and stored in the project
- [x] You have manually tested
- [ ] You have provided tests
  • Loading branch information
kkudryaev authored Dec 13, 2024
1 parent db3f890 commit f4d59dc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/modern-clocks-kick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fleek-platform/cli": patch
---

fix: 🐛 Downgrade 'undici' to v6 to support Node.js v18
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"prompts": "^2.4.2",
"semver": "^7.3.8",
"ts-node": "10.9.1",
"undici": "^7.1.0",
"undici": "^6.21.0",
"unique-names-generator": "^4.7.1",
"update-notifier-cjs": "^5.1.6"
},
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f4d59dc

Please sign in to comment.