Skip to content

Commit 2e6e4bf

Browse files
committed
bump node version requirement
1 parent 63bcef5 commit 2e6e4bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"deploy": "npm run build && hexo deploy"
1111
},
1212
"engines": {
13-
"node": ">=8.9.0"
13+
"node": ">=14.0.0"
1414
},
1515
"dependencies": {
1616
"axios": "^0.27.2",
@@ -28,4 +28,4 @@
2828
"hoek": "^6.1.2",
2929
"js-yaml": "^4.1.0"
3030
}
31-
}
31+
}

0 commit comments

Comments
 (0)