Skip to content

Commit

Permalink
Update nodejs (#9203)
Browse files Browse the repository at this point in the history
* ⬆️ Bump nodejs version to 18.19.1

* 🔙 Revert version bump
  • Loading branch information
ishantiw committed Mar 15, 2024
1 parent 182f93d commit 7485df3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16
18.19.1
4 changes: 2 additions & 2 deletions sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The following dependencies need to be installed in order to run blockchain clien
If you are using NVM, install the correct version as shown below:

```sh
nvm install v18.16.0
nvm install v18.19.1
```

#### Lisk Commander
Expand All @@ -50,7 +50,7 @@ To check the successful installation of Lisk Commander, run the following comman

```sh
$ lisk --version
lisk-commander/6.0.0 darwin-arm64 node-v18.16.0
lisk-commander/6.0.0 darwin-arm64 node-v18.19.1
```

#### Toolchain dependencies
Expand Down

0 comments on commit 7485df3

Please sign in to comment.