Skip to content

Commit ae5a7ae

Browse files
committed
build: update default node version to v16.18.0
1 parent b1c9640 commit ae5a7ae

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v14.20.1
1+
v16.18.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ If you want to check the dev-portfolio library, please refer to the following li
4040
> If **mac** and **windows** have **docker desktop** installed, **docker compose** is also installed, so there is no need to install it separately.
4141
1. Click [here](https://docs.docker.com/get-docker/) to install Docker.
4242
2. Click [here](https://docs.docker.com/compose/install/) to install Docker Compose.
43-
3. **node**`v14.20.1`
43+
3. **node**`v16.18.0`
4444
- Using nvm, you can easily change the node version. Please refer to the following: [NVM](https://www.notion.so/NVM-53c04d5c8837480e8601e6bd39abc62a#6db02c02a5c549cbaaa7884cac709a9e)
45-
4. **npm**`v6.14.17`
45+
4. **npm**`v8.19.2`
4646

4747
## Run
4848

server/dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:14.20.1
1+
FROM node:16.18.0
22

33
WORKDIR /usr/app
44

@@ -8,4 +8,4 @@ COPY ./app/build ./build
88

99
RUN npm ci --production
1010

11-
CMD ["npm", "start"]
11+
CMD ["npm", "start"]

0 commit comments

Comments
 (0)