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

Commit

Permalink
Fix #24: Add an instruction to run nvm use 22
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishiking committed Mar 21, 2024
1 parent efc50d2 commit 96cc541
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
Expand Up @@ -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
Expand Down

0 comments on commit 96cc541

Please sign in to comment.