重构每日追踪器同步工作流,移除 Node.js 设置步骤并新增完整工作流配置文件

This commit is contained in:
2026-03-16 03:07:50 +08:00
Unverified
parent fd6cb7b386
commit 19e1bdc920

View File

@@ -16,12 +16,6 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'
- name: Run sync script - name: Run sync script
run: node sync-trackers.js run: node sync-trackers.js