Skip to content

Commit f0499b7

Browse files
authored
Merge pull request #597 from brmodeloweb/enhancement/doc-and-configs
Update node configs and docs
2 parents 647b017 + 02139df commit f0499b7

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-
16
1+
20

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16-alpine
1+
FROM node:20-alpine
22

33
WORKDIR /usr/src/app
44

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
To run this application you'll need:
1414

1515
- [EditorConfig](https://editorconfig.org/)
16-
- [Node.js](https://nodejs.org/) (Strongly recommended to install it via [nvm](https://github.com/nvm-sh/nvm#readme) or [n](https://github.com/tj/n#readme))
17-
- [Yarn](https://yarnpkg.com/)
18-
- [MongoDB Community Edition](https://www.mongodb.com/) (Check [installation guides](https://docs.mongodb.com/manual/installation/))
16+
- [Node.js version 20.x](https://nodejs.org/) (Strongly recommended to install it via [nvm](https://github.com/nvm-sh/nvm#readme) or [n](https://github.com/tj/n#readme))
17+
- [Yarn version 1.x](https://yarnpkg.com/)
18+
- [MongoDB Community Edition version 4.x](https://www.mongodb.com/) (Check [installation guides](https://docs.mongodb.com/manual/installation/))
1919

2020
## Running application
2121

0 commit comments

Comments
 (0)