更新 .gitea/workflows/build.yaml
This commit is contained in:
parent
3baf17ab84
commit
743796af01
|
@ -36,7 +36,8 @@ jobs:
|
||||||
echo "------------"
|
echo "------------"
|
||||||
ls .
|
ls .
|
||||||
echo "------------"
|
echo "------------"
|
||||||
node -v
|
./node/bin/node -v
|
||||||
|
./node/bin/npm -v
|
||||||
- name: Prepare NPM source
|
- name: Prepare NPM source
|
||||||
run: |
|
run: |
|
||||||
npm config set registry https://registry.npmmirror.com
|
npm config set registry https://registry.npmmirror.com
|
||||||
|
|
Loading…
Reference in New Issue