Skip to content

Commit 336fef4

Browse files
committed
chore: start 1.x branch
1 parent fcc6c87 commit 336fef4

6 files changed

Lines changed: 22 additions & 57 deletions

File tree

.autod.conf.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/nodejs.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
branches: [ master ]
6+
pull_request:
7+
branches: [ master ]
8+
9+
jobs:
10+
Job:
11+
name: Node.js
12+
uses: node-modules/github-actions/.github/workflows/node-test.yml@master
13+
with:
14+
os: 'ubuntu-latest'
15+
version: '14, 16, 18, 20, 22'
16+
secrets:
17+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.travis.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.
File renamed without changes.

appveyor.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

package.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "graceful-process",
33
"version": "1.2.0",
4+
"publishConfig": {
5+
"tag": "latest-1"
6+
},
47
"description": "graceful exit process even parent exit on SIGKILL.",
58
"files": [
69
"index.js",
@@ -10,9 +13,7 @@
1013
"lint": "eslint *.js test",
1114
"test": "npm run lint && npm run test-local",
1215
"test-local": "egg-bin test",
13-
"cov": "cross-env COV=true egg-bin cov",
14-
"autod": "autod",
15-
"pkgfiles": "egg-bin pkgfiles",
16+
"cov": "egg-bin cov",
1617
"ci": "npm run lint && npm run cov"
1718
},
1819
"repository": {
@@ -29,18 +30,14 @@
2930
"once": "^1.4.0"
3031
},
3132
"devDependencies": {
32-
"autod": "^3.0.1",
3333
"coffee": "^4.1.0",
3434
"cross-env": "^5.0.1",
35-
"egg-bin": "^4.3.7",
35+
"egg-bin": "^6.13.0",
3636
"egg-ci": "^1.8.0",
3737
"eslint": "^4.18.1",
3838
"eslint-config-egg": "^7.0.0",
3939
"mm": "^2.2.0",
4040
"mz-modules": "^2.1.0",
4141
"urllib": "^2.26.0"
42-
},
43-
"ci": {
44-
"version": "6, 8, 9"
4542
}
4643
}

0 commit comments

Comments
 (0)