Skip to content

Commit

Permalink
add notes about node.js version (#416)
Browse files Browse the repository at this point in the history
* add notes about node.js version

* Update README.md
  • Loading branch information
dai-shi authored Jan 23, 2024
1 parent 0257da0 commit 2742c3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Start a new Waku project with the `create` command for your preferred package ma
npm create waku@latest
```

**Node.js version requirement:** `^20.8.0 || ^18.16.0`

## Rendering

Let's face it: React is getting complicated. But not without good reason!
Expand Down
2 changes: 1 addition & 1 deletion packages/waku/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"license": "MIT",
"engines": {
"node": ">=18.16.0"
"node": "^20.8.0 || ^18.16.0"
},
"dependencies": {
"@hono/node-server": "1.4.0",
Expand Down

1 comment on commit 2742c3a

@vercel
Copy link

@vercel vercel bot commented on 2742c3a Jan 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

waku – ./

www.waku.gg
waku.vercel.app
waku-git-main-daishi.vercel.app
waku.gg
waku-daishi.vercel.app

Please sign in to comment.