diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 42e31b0..bd54539 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,7 +37,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: yarn # 或 pnpm / yarn - name: Setup Pages uses: actions/configure-pages@v5