We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d56bf08 commit 9d50602Copy full SHA for 9d50602
2 files changed
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ on:
7
pull_request:
8
9
env:
10
- default_node_version: 14
+ default_node_version: 20
11
12
jobs:
13
test:
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
matrix:
19
os: [ubuntu-latest, windows-latest, macos-latest]
20
- node-version: ["14", "16", "18"]
+ node-version: ["20", "22", "24"]
21
fail-fast: false
22
steps:
23
- uses: actions/checkout@v4
package.json
@@ -67,14 +67,14 @@
67
"eslint": "^8.2.0",
68
"eslint-config-hexo": "^5.0.0",
69
"hexo-renderer-marked": "^6.0.0",
70
- "mocha": "^10.0.0",
+ "mocha": "^11.7.5",
71
"nyc": "^15.1.0",
72
- "rewire": "^6.0.0",
+ "rewire": "^9.0.1",
73
"sinon": "^17.0.1",
74
"ts-node": "^10.9.1",
75
- "typescript": "^5.0.0"
+ "typescript": "^5.9.3"
76
},
77
"engines": {
78
- "node": ">=14"
+ "node": ">=20"
79
}
80
0 commit comments