File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 77 pull_request :
88
99env :
10- default_node_version : 16
10+ default_node_version : 18
1111
1212jobs :
1313 test :
1717 strategy :
1818 matrix :
1919 os : [ubuntu-latest, windows-latest, macos-latest]
20- node-version : ["16 ", "18 "]
20+ node-version : ["18 ", "20", "22 "]
2121 fail-fast : false
2222 steps :
2323 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 3232 "bluebird" : " ^3.7.2" ,
3333 "chokidar" : " ^4.0.3" ,
3434 "graceful-fs" : " ^4.2.10" ,
35- "hexo-util" : " ^3.0.1 "
35+ "hexo-util" : " ^3.3.0 "
3636 },
3737 "devDependencies" : {
3838 "@types/bluebird" : " ^3.5.36" ,
4444 "chai" : " ^4.3.6" ,
4545 "eslint" : " ^8.23.0" ,
4646 "eslint-config-hexo" : " ^5.0.0" ,
47- "eslint-plugin-import" : " ^2.26 .0" ,
48- "mocha" : " ^10 .0.0 " ,
47+ "eslint-plugin-import" : " ^2.31 .0" ,
48+ "mocha" : " ^11 .0.1 " ,
4949 "ts-node" : " ^10.9.1" ,
50- "typescript" : " ^5.0.3 "
50+ "typescript" : " ^5.7.2 "
5151 },
5252 "engines" : {
53- "node" : " >=16 "
53+ "node" : " >=18 "
5454 }
5555}
You can’t perform that action at this time.
0 commit comments