部署优化 #116

Merged
cfy777 merged 28 commits from feat/build into develop 2026-06-14 21:25:07 +08:00
2 changed files with 0 additions and 12 deletions
Showing only changes of commit 5d70bc8862 - Show all commits

View File

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

View File

@@ -15,14 +15,6 @@ jobs:
steps: steps:
- uses: "http://8.161.227.145:3000/huanghaosheng/checkout@releases/v4" - 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 - name: Install dependencies
run: npm ci run: npm ci