Skip to content

Commit

Permalink
chore: incompatible with Node 14 (#4285)
Browse files Browse the repository at this point in the history
* chore: incompatible with Node 14

* release: 4.2.1

* chore(deps): bump hexo-util from 1.8.0 to 1.9.1

* chore(deps): bump hexo-util from 2.0.0 to 2.0.1

* chore(ci): travisci nodejs 14

* chore(ci): appveyor nodejs 14

* chore: update support node version

Co-authored-by: YoshinoriN <nayo-msoft@outlook.jp>
  • Loading branch information
curbengh and yoshinorin committed May 14, 2020
1 parent c0bf222 commit e2cbad8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ node_js:
- "10"
- "12"
- "13"
- "14"

script:
- npm run eslint
Expand Down
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ environment:
- nodejs_version: "10"
- nodejs_version: "12"
- nodejs_version: "13"

- nodejs_version: "14"

matrix:
fast_finish: true

# Install scripts. (runs after repo cloning)
install:
- ps: Install-Product node $env:nodejs_version

before_test:
- npm install

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo",
"version": "4.2.0",
"version": "4.2.1",
"description": "A fast, simple & powerful blog framework, powered by Node.js.",
"main": "lib/hexo",
"bin": {
Expand Down Expand Up @@ -45,10 +45,10 @@
"chalk": "^3.0.0",
"hexo-cli": "^3.0.0",
"hexo-front-matter": "^1.0.0",
"hexo-fs": "^2.0.0",
"hexo-fs": "^2.0.1",
"hexo-i18n": "^1.0.0",
"hexo-log": "^1.0.0",
"hexo-util": "^1.8.0",
"hexo-util": "^1.9.1",
"js-yaml": "^3.12.0",
"lodash": "^4.17.11",
"micromatch": "^4.0.2",
Expand Down

0 comments on commit e2cbad8

Please sign in to comment.