Compare commits

...

2 Commits

Author SHA1 Message Date
2c9159afad Merge pull request 'fix: 移除 setup-go/setup-node,宿主机已预装 Go 和 Node' (#16) from build/actions into develop
Some checks failed
Backend CI / ci (pull_request) Failing after 0s
Frontend CI / ci (pull_request) Failing after 1s
Reviewed-on: http://8.161.227.145:3000/XEngineers/CamTalk/pulls/16
2026-06-13 11:31:18 +08:00
hhs
17c8ced6bd fix: 移除 setup-go/setup-node,宿主机已预装 Go 和 Node 2026-06-13 11:29:41 +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