更新 .gitea/workflows/deploy.yml
Some checks failed
Hexo Build and Deploy / Build Hexo and Deploy to GitHub (push) Has been cancelled

Signed-off-by: atdunbg <atdunbg@qq.com>
This commit is contained in:
2025-10-13 23:26:28 +08:00
parent 5de81248e6
commit 0607198c7a

View File

@ -13,7 +13,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
node-version: '18'
cache: 'npm' # 启用npm缓存
- name: Cache node_modules