diff --git a/.github/workflows/tester.yml b/.github/workflows/tester.yml index b5a5742..4aaedb4 100644 --- a/.github/workflows/tester.yml +++ b/.github/workflows/tester.yml @@ -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 diff --git a/.mocharc.yml b/.mocharc.yml index 2a55f11..56e4eed 100755 --- a/.mocharc.yml +++ b/.mocharc.yml @@ -3,5 +3,3 @@ reporter: spec ui: bdd full-trace: true exit: true -require: - - "chai/register-should" diff --git a/package.json b/package.json index 5443a6f..c929917 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "index.js" ], "engines": { - "node": ">= 10.13.0" + "node": ">= 14" }, "scripts": { "eslint": "eslint .", @@ -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" } }