Skip to content

Commit

Permalink
docs: update node install and version
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois committed Nov 21, 2024
1 parent 3fa117f commit 19aa3fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DEVNOTES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Local Development

1. We use [node@22.6.0](https://github.com/nvm-sh/nvm#installing-and-updating):
1. We use [node@22.11.0](https://docs.volta.sh/guide/understanding):

```
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
nvm install 22.6.0
volta install 22.11.0
```

2. Install deps:

```
Expand Down

0 comments on commit 19aa3fa

Please sign in to comment.