Skip to content

Commit

Permalink
bump node version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Aug 3, 2022
1 parent 63bcef5 commit 2e6e4bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"deploy": "npm run build && hexo deploy"
},
"engines": {
"node": ">=8.9.0"
"node": ">=14.0.0"
},
"dependencies": {
"axios": "^0.27.2",
Expand All @@ -28,4 +28,4 @@
"hoek": "^6.1.2",
"js-yaml": "^4.1.0"
}
}
}

0 comments on commit 2e6e4bf

Please sign in to comment.