0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

chore: update node version in README (#3043)

This commit is contained in:
Gao Sun 2023-02-02 10:27:23 +08:00 committed by GitHub
parent 7c59ca8e7a
commit 379f978cc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -67,7 +67,7 @@ We use the monorepo approach for development. Since pnpm supports monorepo natur
You'll need these installed to proceed:
- [Node.js](https://nodejs.org/) `^16.13.0`
- [Node.js](https://nodejs.org/) `^18.12.0`
- [pnpm](https://pnpm.io/) `^7.0`
- A [Postgres](https://postgresql.org/) `^14.0` instance

View file

@ -59,7 +59,7 @@ TAG=prerelease docker compose -p logto -f - up
#### npm-init
Requires [Node.js](https://nodejs.org/) `^16.13.0` + [PostgreSQL](https://postgresql.org/) `^14.0`.
Requires [Node.js](https://nodejs.org/) `^18.12.0` + [PostgreSQL](https://postgresql.org/) `^14.0`.
```bash
npm init @logto