Skip to content

Commit

Permalink
fix(cli): openupm-cli requires nodejs 14.18 or above
Browse files Browse the repository at this point in the history
  • Loading branch information
favoyang committed May 19, 2022
1 parent b6d470b commit b38a9b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The command-line tool installs the 3rd-party registry as a scoped registry and m
## Installation

- Requires [nodejs 14 or above](https://nodejs.org/en/download/).
- Requires [nodejs 14.18 or above](https://nodejs.org/en/download/).
- Install via npm:

```
Expand Down
2 changes: 1 addition & 1 deletion README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ openupm-cli基于Unity对带作用域的软件仓库(scoped registry)的支
## 安装

- 请先自行安装[nodejs 12](https://nodejs.org/en/download/).
- 请先自行安装[nodejs 14.18或以上版本](https://nodejs.org/en/download/).
- 通过npm安装:

```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"preferGlobal": true,
"description": "openupm command line interface",
"engines": {
"node": ">=14"
"node": ">=14.18"
},
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b38a9b0

Please sign in to comment.