fix: 移除 setup-go/setup-node,宿主机已预装 Go 和 Node #16

Merged
huanghaosheng merged 1 commits from build/actions into develop 2026-06-13 11:31:19 +08:00
2 changed files with 0 additions and 12 deletions

View File

@@ -15,10 +15,6 @@ jobs:
steps:
- uses: "http://8.161.227.145:3000/huanghaosheng/checkout@releases/v4"
- uses: actions/setup-go@v5
with:
go-version: "1.23"
- name: Download dependencies
run: go mod download
env:

View File

@@ -15,14 +15,6 @@ jobs:
steps:
- uses: "http://8.161.227.145:3000/huanghaosheng/checkout@releases/v4"
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
cache-dependency-path: frontend/package-lock.json
env:
npm_config_registry: https://registry.npmmirror.com
- name: Install dependencies
run: npm ci