Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #30 from tanishiking/update-readme-nvm
Browse files Browse the repository at this point in the history
Fix #24: Add an instruction to run `nvm use 22`
tanishiking authored Mar 21, 2024
2 parents efc50d2 + 96cc541 commit 9ffb0e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -26,7 +26,10 @@ $ deno run --allow-read run.mjs
Requires NodeJS >= 22 (for enough support of WasmGC).

```sh
# if you are using NVM, you can install Node 22 with
$ NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly nvm install v22
# switch to use Node 22
$ nvm use 22
```

- `tests/test` will

0 comments on commit 9ffb0e0

Please sign in to comment.