Skip to content

Commit 8715c22

Browse files
committed
build: update theme version
1 parent 4c7d594 commit 8715c22

File tree

4 files changed

+324
-372
lines changed

4 files changed

+324
-372
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.17.0
1+
lts-iron

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,20 @@
44
### Install Hexo
55

66
```shell
7-
$ npm install -g hexo-cli
8-
// or
7+
$ fnm install lts-iron
8+
$ corepack enable
99
$ yarn global add hexo-cli
1010
```
1111

1212
### Install Dependency
1313

1414
```shell
15-
$ npm install
16-
// or
1715
$ yarn install
1816
$ bundle install
1917
```
2018

19+
### Upgrade Dependency to Latest Version
20+
21+
```shell
22+
$ yarn upgrade --latest
23+
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"hexo-renderer-pug": "^3.0.0",
2929
"hexo-renderer-stylus": "^3.0.1",
3030
"hexo-server": "^3.0.0",
31-
"hexo-theme-next": "8.21.0",
31+
"hexo-theme-next": "8.21.1",
3232
"hexo-word-counter": "^0.2.0",
3333
"hexo-wordcount": "^6.0.1",
3434
"yarn-upgrade-all": "0.7.4"

0 commit comments

Comments
 (0)