Skip to content

Commit

Permalink
fix: updated nodejs requirement (#209)
Browse files Browse the repository at this point in the history
As conversation mantained in discord
[here](https://discordapp.com/channels/1247475892435816553/1273237594985201816/1341772674875134032),
`w3cli` tool will not work correctly when uploading multiple files and
subfolder with the command `w3 up *` when using node 18.x and 20.x.
Works fie on node 22.x and 23.x , so changing requirement here.
  • Loading branch information
criadoperez authored Feb 19, 2025
1 parent 7d8d298 commit 1a1b598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Getting started

Install the CLI from npm (**requires Node 18 or higher**):
Install the CLI from npm (**requires Node 22 or higher**):

```console
npm install -g @web3-storage/w3cli
Expand Down

0 comments on commit 1a1b598

Please # to comment.