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:
parent
7c59ca8e7a
commit
379f978cc0
2 changed files with 2 additions and 2 deletions
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
|
@ -67,7 +67,7 @@ We use the monorepo approach for development. Since pnpm supports monorepo natur
|
||||||
|
|
||||||
You'll need these installed to proceed:
|
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`
|
- [pnpm](https://pnpm.io/) `^7.0`
|
||||||
- A [Postgres](https://postgresql.org/) `^14.0` instance
|
- A [Postgres](https://postgresql.org/) `^14.0` instance
|
||||||
|
|
||||||
|
|
|
@ -59,7 +59,7 @@ TAG=prerelease docker compose -p logto -f - up
|
||||||
|
|
||||||
#### npm-init
|
#### 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
|
```bash
|
||||||
npm init @logto
|
npm init @logto
|
||||||
|
|
Loading…
Reference in a new issue