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环境