Skip to content

Commit

Permalink
test: run unittest on node 16 (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jul 17, 2021
1 parent 0adc0a0 commit b8e3814
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [10, 12, 14]
node-version: [10, 12, 14, 16]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
Expand Down
11 changes: 0 additions & 11 deletions AUTHORS

This file was deleted.

8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -24,15 +24,15 @@ cnpm: npm client for [cnpmjs.org](https://cnpmjs.org)

| | Minimum | Recommended |
|--------|---------|-------------|
| NodeJS | 4.0.0 | stable |
| NodeJS | 10.0.0 | stable |

## Install

```bash
$ npm install cnpm -g
```

If you're in China, maybe you should install it from our [China mirror](https://npm.taobao.org):
If you're in China, maybe you should install it from our [China mirror](https://registry.nlark.com):

```bash
$ npm install cnpm -g --registry=https://registry.nlark.com
Expand Down Expand Up @@ -61,8 +61,8 @@ $ cnpm doc -g [name] # open git web url directly
$ npm install cnpm -g

# then alias it
$ alias mynpm='cnpm --registry=http://registry.npm.example.com \
--registryweb=http://npm.example.com \
$ alias mynpm='cnpm --registry=https://registry.npm.example.com \
--registryweb=https://npm.example.com \
--userconfig=$HOME/.mynpmrc'
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -64,7 +64,7 @@
},
"ci": {
"type": "github",
"version": "10, 12, 14",
"version": "10, 12, 14, 16",
"os": {
"github": "linux, windows, macos"
}
Expand Down

0 comments on commit b8e3814

Please sign in to comment.