Skip to content

Commit

Permalink
chore(examples): node -> 22.12.0, update docs
Browse files Browse the repository at this point in the history
This commit updates the node version specified in `.nvmrc` for all
examples to 22.12.0 ("Jod"), and includes a note about using the
latest stable version of Node

Signed-off-by: Victor Adossi <[email protected]>
  • Loading branch information
vados-cosmonic committed Jan 6, 2025
1 parent 541d5fa commit 5f565dd
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/components/http-hello-world/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v21.5.0
v22.12.0
7 changes: 7 additions & 0 deletions examples/components/http-hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ This component:

# Dependencies

> ![WARN]
> When building this project, ensure you are using a stable NodeJS release.
>
> Use of node version management tools (ex. [`nvm`](https://github.com/nvm-sh/nvm) or more newer NVM
> compatible tools like [`fnm`](https://github.com/Schniz/fnm)) are recommended -- a `.nvmrc` file is
> included for easy use.
Building this project relies on the following software:

| Name | Description |
Expand Down
2 changes: 1 addition & 1 deletion examples/components/http-password-checker/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22.5.1
v22.12.0
11 changes: 9 additions & 2 deletions examples/components/http-password-checker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,17 @@ This example also serves as a great example of using JS ecosystem projects, nota

# Dependencies

This relies on the following installed software:
> ![WARN]
> When building this project, ensure you are using a stable NodeJS release.
>
> Use of node version management tools (ex. [`nvm`](https://github.com/nvm-sh/nvm) or more newer NVM
> compatible tools like [`fnm`](https://github.com/Schniz/fnm)) are recommended -- a `.nvmrc` file is
> included for easy use.
Building this project relies on the following installed software:

| Name | Description |
| ------ | ----------------------------------------------------------------------------------------------------------- |
|--------|-------------------------------------------------------------------------------------------------------------|
| `wash` | [Wasmcloud Shell][wash] controls your [wasmcloud][wasmcloud] host instances and enables building components |
| `npm` | [Node Package Manager (NPM)][npm] which manages packages for for the NodeJS ecosystem |
| `node` | [NodeJS runtime][nodejs] (see `.nvmrc` for version) |
Expand Down

0 comments on commit 5f565dd

Please sign in to comment.