diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 24b1c85..c6cf95a 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -59,7 +59,7 @@ jobs: # ---------- 安装 Node.js & pnpm(版本 11) ---------- - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '24'