Skip to content

Commit 696d83b

Browse files
committed
[optimize] update Upstream packages & actions
1 parent 1759bcb commit 696d83b

File tree

3 files changed

+1072
-889
lines changed

3 files changed

+1072
-889
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ jobs:
77
Build-and-Deploy:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
with:
1212
submodules: recursive
1313
lfs: true
14-
- uses: pnpm/action-setup@v2
14+
- uses: pnpm/action-setup@v4
1515
with:
1616
version: 9
17-
- uses: actions/setup-node@v3
17+
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 18
19+
node-version: 22
2020
cache: pnpm
2121
- name: Install & Build
2222
run: pnpm i && pnpm build
2323

2424
- name: Deploy
25-
uses: peaceiris/actions-gh-pages@v3
25+
uses: peaceiris/actions-gh-pages@v4
2626
with:
2727
publish_dir: ./public
2828
cname: fcc-cd.dev

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"version": "4.2.1"
1414
},
1515
"dependencies": {
16-
"cheerio": "^1.0.0-rc.12",
16+
"cheerio": "^1.0.0",
1717
"hexo": "^4.2.1",
1818
"hexo-auto-category": "^0.2.2",
1919
"hexo-deployer-git": "^2.1.0",
@@ -23,7 +23,7 @@
2323
"hexo-generator-index": "^1.0.0",
2424
"hexo-generator-slidehtml": "^0.0.64",
2525
"hexo-generator-tag": "^1.0.0",
26-
"hexo-migrator-web": "^1.2.1",
26+
"hexo-migrator-web": "^1.2.2",
2727
"hexo-permalink-pinyin": "^1.1.0",
2828
"hexo-prism-plugin": "^2.3.0",
2929
"hexo-reference": "^1.0.4",
@@ -45,9 +45,9 @@
4545
"build": "hexo clean && hexo generate"
4646
},
4747
"devDependencies": {
48-
"husky": "^9.0.11",
49-
"lint-staged": "^15.2.7",
50-
"prettier": "^3.3.2"
48+
"husky": "^9.1.7",
49+
"lint-staged": "^15.4.3",
50+
"prettier": "^3.5.2"
5151
},
5252
"prettier": {
5353
"trailingComma": "none",

0 commit comments

Comments
 (0)