From bac281adb0a033a3d02a151f169a9fac8287430f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9C=9F=E5=BF=83?= Date: Sun, 29 Sep 2024 09:19:28 +0800 Subject: [PATCH] chore(ci): remove setup node --- .github/workflows/release.yml | 4 ---- .github/workflows/snapshot.yml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 26ab957..2ae2e38 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,10 +40,6 @@ jobs: key: ${{ matrix.config.target }} workspaces: './src-tauri -> target' - - name: Setup Node.js - uses: actions/setup-node@v4 - with: - node-version: 20 - name: Setup Bun uses: oven-sh/setup-bun@v1 with: diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 0ea2240..504895c 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -47,10 +47,6 @@ jobs: key: ${{ matrix.config.target }} workspaces: './src-tauri -> target' - - name: Setup Node.js - uses: actions/setup-node@v4 - with: - node-version: 20 - name: Setup Bun uses: oven-sh/setup-bun@v1 with: