Merge pull request 'develop' (#21) from develop into main
All checks were successful
Backend CI / ci (push) Successful in 1m4s
Frontend CI / ci (push) Successful in 27s

Reviewed-on: http://8.161.227.145:3000/XEngineers/CamTalk/pulls/21
This commit was merged in pull request #21.
This commit is contained in:
2026-06-13 11:42:08 +08:00

View File

@@ -15,7 +15,10 @@ jobs:
working-directory: backend working-directory: backend
steps: steps:
- name: Install Node.js (for checkout action) - name: Install Node.js (for checkout action)
run: apk add --no-cache nodejs run: |
sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
apk add --no-cache nodejs
working-directory: /
- uses: "http://8.161.227.145:3000/huanghaosheng/checkout@releases/v4" - uses: "http://8.161.227.145:3000/huanghaosheng/checkout@releases/v4"