更新 .gitea/workflows/main.yaml
This commit is contained in:
parent
23769efd05
commit
0bf28e05fe
|
@ -5,6 +5,11 @@ jobs:
|
|||
name: Build
|
||||
runs-on: runner
|
||||
steps:
|
||||
- name: install nodejs
|
||||
run: |
|
||||
# 起换阿里源
|
||||
sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
|
||||
apk add nodejs
|
||||
- uses: actions/checkout@v4
|
||||
# - uses: http://pms.docker:5678/actions/setup-node@v4
|
||||
# with:
|
||||
|
|
Loading…
Reference in New Issue