Skip to content

Commit d7f1b19

Browse files
authored
Node JS upgrade 18 docs (#2522)
* chore: node js upgrd * fix: test case failure * chore: update node js v18 docs
1 parent 5f26898 commit d7f1b19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Please note that this project has a [Contributor Code of Conduct](CODE_OF_CONDUC
1616

1717
## Getting Started
1818

19-
This app is written in [Typescript](https://www.typescriptlang.org/) and runs on [Node.js](https://nodejs.org/) **v14.x**.
19+
This app is written in [Typescript](https://www.typescriptlang.org/) and runs on [Node.js](https://nodejs.org/) **v18.x**.
2020

2121
Please install [Docker](https://www.docker.com/get-started) and [Docker Compose](https://docs.docker.com/compose/install/) to easily run the project locally.
2222

src/spa-proxy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const SPA_PATH = "/spa";
66

77
const proxy = httpProxy.createProxyServer({
88
target: {
9-
host: "localhost",
9+
host: "127.0.0.1",
1010
port: 3000,
1111
path: SPA_PATH
1212
},

0 commit comments

Comments
 (0)