Skip to content

Commit

Permalink
Merge branch 'midwayjs:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostoy authored Jul 28, 2022
2 parents d01f030 + d2977ce commit c9ac211
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x]

steps:
- name: Git checkout
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"winston-transport": "^4.4.0"
},
"devDependencies": {
"@types/jest": "28.1.1",
"@types/node": "16.11.41",
"@types/jest": "28.1.6",
"@types/node": "16.11.45",
"colors": "1.4.0",
"cross-env": "7.0.3",
"egg-logger": "2.8.0",
"fs-extra": "10.1.0",
"jest": "28.1.1",
"jest": "28.1.3",
"mwts": "1.3.0",
"threads": "1.7.0",
"ts-jest": "28.0.5",
"ts-node": "10.8.1",
"typescript": "4.7.3"
"ts-jest": "28.0.7",
"ts-node": "10.9.1",
"typescript": "4.7.4"
},
"engines": {
"node": ">=10"
Expand All @@ -38,8 +38,8 @@
],
"scripts": {
"build": "rm -rf dist && tsc",
"test": "cross-env node --require=ts-node/register ./node_modules/.bin/jest",
"cov": "cross-env node --require=ts-node/register ./node_modules/.bin/jest --coverage --forceExit",
"test": "./node_modules/.bin/jest --runInBand",
"cov": "./node_modules/.bin/jest --runInBand --coverage --forceExit",
"lint": "mwts check",
"lint:fix": "mwts fix"
},
Expand Down

0 comments on commit c9ac211

Please sign in to comment.