From c34bafcca1ffbc369f7798fa581701e562195e12 Mon Sep 17 00:00:00 2001 From: Wzp-2008 Date: Sun, 12 Jan 2025 23:45:08 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E7=A7=BB=E9=99=A4=E4=BA=86setup=20node?= =?UTF-8?q?=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e7a820b..ebe0383 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,10 +7,6 @@ jobs: steps: - name: 拉取仓库 uses: actions/checkout@v4 - - name: 设置node环境 - uses: actions/setup-node@v4 - with: - node-version: lts/* - name: 设置node镜像 run: npm config set registry https://registry.npmmirror.com - name: 设置bun环境