Skip to content

Commit c406bbb

Browse files
committed
[fix] Table Center alignment of Post Content
[optimize] upgrade to PNPM 9
1 parent 512caa5 commit c406bbb

File tree

5 files changed

+3607
-2981
lines changed

5 files changed

+3607
-2981
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
lfs: true
1414
- uses: pnpm/action-setup@v2
1515
with:
16-
version: 8
16+
version: 9
1717
- uses: actions/setup-node@v3
1818
with:
1919
node-version: 18

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"hexo-generator-category": "^1.0.0",
2222
"hexo-generator-feed": "^2.2.0",
2323
"hexo-generator-index": "^1.0.0",
24-
"hexo-generator-slidehtml": "0.0.64",
24+
"hexo-generator-slidehtml": "^0.0.64",
2525
"hexo-generator-tag": "^1.0.0",
2626
"hexo-migrator-web": "^1.2.1",
2727
"hexo-permalink-pinyin": "^1.1.0",
@@ -45,7 +45,7 @@
4545
"build": "hexo clean && hexo generate"
4646
},
4747
"devDependencies": {
48-
"husky": "^9.0.10",
48+
"husky": "^9.0.11",
4949
"lint-staged": "^15.2.2",
5050
"prettier": "^3.2.5"
5151
},

0 commit comments

Comments
 (0)