Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahui92 committed Feb 18, 2024
1 parent 7180214 commit ae8f3bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:

strategy:
matrix:
# 本项目的hexo版本较旧,依赖旧版本的nodev12 (https://zhuanlan.zhihu.com/p/491881992)
node-version: [12.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
environment:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@


## dev
本项目依赖的hexo版本比较低,`npm run build`时依赖nodev12,否则会导致build出来的文件全是空白
```sh
npm i
npm start
Expand Down

0 comments on commit ae8f3bd

Please sign in to comment.