diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c9ad9cc12e..6e10eaa7189 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest] - node-version: [18, 19, 20, 21, 22, 23, 24, 25] + node-version: [18, 19, 20, 21, 22, 23, 24, 25, 26] # Node.js release schedule: https://nodejs.org/en/about/releases/ name: Node.js ${{ matrix.node-version }} - ${{matrix.os}} diff --git a/package.json b/package.json index 8c9efb5609d..16012b61c4f 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "hbs": "4.2.0", "marked": "^15.0.3", "method-override": "3.0.0", - "mocha": "^10.7.3", + "mocha": "^11.7.5", "morgan": "1.10.1", "nyc": "^17.1.0", "pbkdf2-password": "1.2.1",