🐛 Refactoring actions

This commit is contained in:
Tw93
2025-08-29 18:01:52 +08:00
parent 1b94adc2a3
commit 3d60bd673d
9 changed files with 172 additions and 228 deletions

View File

@@ -78,14 +78,9 @@ jobs:
target: ${{ matrix.target }}
- name: Setup Node.js Environment
uses: ./.github/actions/setup-node.yml
uses: ./.github/actions/setup-env
with:
node-version: ${{ env.NODE_VERSION }}
pnpm-version: ${{ env.PNPM_VERSION }}
- name: Setup Ubuntu Dependencies
if: matrix.os == 'ubuntu-latest'
uses: ./.github/actions/setup-ubuntu-deps.yml
mode: node-only
- name: Rust cache restore
uses: actions/cache/restore@v4.2.0