Skip to content

Commit

Permalink
test: use npm install (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Mar 6, 2023
1 parent d52822c commit fd4bd9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 36 deletions.
23 changes: 0 additions & 23 deletions .autod.conf

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install Dependencies
run: npm i -g npminstall && npminstall
run: npm i

- name: Continuous Integration
run: npm run ci
Expand Down
14 changes: 2 additions & 12 deletions package.json
Expand Up @@ -16,8 +16,7 @@
"test-local": "egg-bin test --full-trace",
"cov": "cross-env DEBUG=agentkeepalive egg-bin cov --full-trace",
"ci": "npm run lint && npm run cov",
"lint": "eslint lib test index.js",
"autod": "autod"
"lint": "eslint lib test index.js"
},
"repository": {
"type": "git",
Expand All @@ -41,28 +40,19 @@
"humanize-ms": "^1.2.1"
},
"devDependencies": {
"autod": "^3.0.1",
"coffee": "^5.3.0",
"cross-env": "^6.0.3",
"egg-bin": "^4.9.0",
"egg-ci": "^1.10.0",
"eslint": "^5.7.0",
"eslint-config-egg": "^7.1.0",
"git-contributor": "^1.0.10",
"git-contributor": "^2.0.0",
"mm": "^2.4.1",
"pedding": "^1.1.0",
"typescript": "^3.8.3"
},
"engines": {
"node": ">= 8.0.0"
},
"ci": {
"type": "github",
"os": {
"github": "linux"
},
"version": "8, 10, 12, 14, 16"
},
"author": "fengmk2 <fengmk2@gmail.com> (https://github.com/fengmk2)",
"license": "MIT"
}

0 comments on commit fd4bd9b

Please sign in to comment.