Merge pull request 'develop' (#17) from develop into main
Some checks failed
Frontend CI / ci (push) Failing after 0s
Backend CI / ci (push) Failing after 1s

Reviewed-on: http://8.161.227.145:3000/XEngineers/CamTalk/pulls/17
This commit was merged in pull request #17.
This commit is contained in:
2026-06-13 11:31:34 +08:00
2 changed files with 0 additions and 12 deletions

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