Skip to content

Commit

Permalink
Bump node version
Browse files Browse the repository at this point in the history
Bump from 14 to 16. See #52 (comment)
  • Loading branch information
ComradeVanti committed Oct 31, 2023
1 parent 74bbd92 commit d53b70b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
node-version: [16.x]
name: CI - node ${{ matrix.node-version }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14
v16
4 changes: 2 additions & 2 deletions 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.18 or above](https://nodejs.org/en/download/).
- Requires [nodejs 16 or above](https://nodejs.org/en/download/).
- Install via npm:

```
Expand Down Expand Up @@ -74,7 +74,7 @@ internal/modules/cjs/loader.js:818
Error: Cannot find module 'node:net'
```

Please install [nodejs 14.18 or above](https://nodejs.org/en/download/).
Please install [nodejs 16 or above](https://nodejs.org/en/download/).

## China region

Expand Down
4 changes: 2 additions & 2 deletions 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 14.18或以上版本](https://nodejs.org/en/download/).
- 请先自行安装[nodejs 16或以上版本](https://nodejs.org/en/download/).
- 通过npm安装:

```
Expand Down Expand Up @@ -74,7 +74,7 @@ internal/modules/cjs/loader.js:818
Error: Cannot find module 'node:net'
```

请安装[nodejs 14.18或以上版本](https://nodejs.org/en/download/)
请安装[nodejs 16或以上版本](https://nodejs.org/en/download/)


## 中国区
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.18"
"node": ">=16"
},
"main": "lib/index.ts",
"scripts": {
Expand Down

0 comments on commit d53b70b

Please sign in to comment.