From 19e1bdc92020c1b19172c7a2e02bfe1c5f0185c3 Mon Sep 17 00:00:00 2001 From: Hsdi Date: Mon, 16 Mar 2026 03:07:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=E6=AF=8F=E6=97=A5=E8=BF=BD?= =?UTF-8?q?=E8=B8=AA=E5=99=A8=E5=90=8C=E6=AD=A5=E5=B7=A5=E4=BD=9C=E6=B5=81?= =?UTF-8?q?=EF=BC=8C=E7=A7=BB=E9=99=A4=20Node.js=20=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E6=AD=A5=E9=AA=A4=E5=B9=B6=E6=96=B0=E5=A2=9E=E5=AE=8C=E6=95=B4?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/daily-tracker-sync.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/daily-tracker-sync.yml b/.github/workflows/daily-tracker-sync.yml index 33f48c7..620bc95 100644 --- a/.github/workflows/daily-tracker-sync.yml +++ b/.github/workflows/daily-tracker-sync.yml @@ -16,12 +16,6 @@ jobs: with: fetch-depth: 0 - - name: Set up Node.js - uses: actions/setup-node@v3 - with: - node-version: '18' - cache: 'npm' - - name: Run sync script run: node sync-trackers.js