ci: 移除了setup node步骤
Some checks failed
ci / build (push) Failing after 10s

This commit is contained in:
Wzp-2008 2025-01-12 23:45:08 +08:00
parent a7821aaf9d
commit c34bafcca1

View File

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