Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to node 18 #142

Merged
merged 2 commits into from
Aug 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.16
v18.17.1
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ The back app is optional not set by default, it can be API, BO etc.

- [docker](https://www.docker.com/)

or

- [node v16.16](https://nodejs.org/en)
- [npm](https://www.npmjs.com/)

## Installation

This guide will help you to install the project on your local machine with docker.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"
services:
node:
image: node:16.16.0
image: node:18.17.1
ports:
- "${DOCKER_NODE_PORT:-3000}:3000"
- "24678:24678" # vite hot reload port
Expand Down
Loading
Loading