Skip to content

Commit

Permalink
chore(deps-dev): bump mocha from 9.2.2 to 10.2.0 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jul 28, 2023
1 parent e3a58e4 commit f2e2cff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: ['10.x', '12.x', '14.x']
node-version: ['16.x', '18.x', '20.x']
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 0 additions & 2 deletions .mocharc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ reporter: spec
ui: bdd
full-trace: true
exit: true
require:
- "chai/register-should"
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"index.js"
],
"engines": {
"node": ">= 10.13.0"
"node": ">= 14"
},
"scripts": {
"eslint": "eslint .",
Expand All @@ -36,6 +36,6 @@
"eslint": "^8.3.0",
"eslint-config-hexo": "^5.0.0",
"hexo": "hexojs/hexo",
"mocha": "^9.1.3"
"mocha": "^10.2.0"
}
}

0 comments on commit f2e2cff

Please sign in to comment.