fix: upgrade node to 22
All checks were successful
自动构建并部署Astro博客 / build-and-deploy (push) Successful in 42s

This commit is contained in:
2026-04-22 11:04:54 +08:00
parent ee48fb79fe
commit d47d1ae4ef
3 changed files with 3 additions and 2 deletions

View File

@@ -19,8 +19,9 @@ jobs:
- name: 安装Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
node-version: 22
env:
NODEJS_ORG_MIRROR: https://npmmirror.com/mirrors/node
# 3. 安装依赖 + 打包Astro项目生成dist目录
- name: 安装依赖并构建

Binary file not shown.

BIN
dist.zip

Binary file not shown.