Merge pull request 'develop' (#17) from develop into main
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:
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user