Skip to content

Commit d5ba6a5

Browse files
Node.js v18.20.4
1 parent 5e550cd commit d5ba6a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.20.2
1+
v18.20.4

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ See [deployment manual](https://docs.kamu.dev/node/deploy/) on how to deploy the
3838
### Technologies
3939

4040
- TypeScript, version: 5.1.6;
41-
- [Node.js](https://nodejs.org/en/download/releases/), version: 18.20.0;
41+
- [Node.js](https://nodejs.org/en/download/releases/), version: 18.20.4;
4242
- [Angular CLI](https://github.com/angular/angular-cli), version 16.2.14.
4343

4444
### Libraries
@@ -60,15 +60,15 @@ See [deployment manual](https://docs.kamu.dev/node/deploy/) on how to deploy the
6060

6161
0. Do it once:
6262

63-
- download and install [Node.js](https://nodejs.org/en/download/releases/), version: 18.20.0
63+
- download and install [Node.js](https://nodejs.org/en/download/releases/), version: 18.20.4
6464

6565
or
6666

6767
- install Node.js with [Node.js Version Manager](https://github.com/nvm-sh/nvm).
6868

6969
Using `nvm` (Node.js Version Manager) makes it easier to install and manage multiple versions of Node.js on a single local environment.
7070

71-
To install a specific version of node: `nvm install 18.20.0`
71+
To install a specific version of node: `nvm install 18.20.4`
7272

7373
1. Install packages that project depends on: `npm install` and `npm run install_pretty_quick`
7474
2. Run application locally: `ng serve` or `npm run start`

0 commit comments

Comments
 (0)