更新 .gitea/workflows/build.yaml
This commit is contained in:
parent
793fbb1ba2
commit
3baf17ab84
|
@ -29,12 +29,14 @@ jobs:
|
|||
mv study-area-home-action-deps/node-$(uname -m).tar.xz study-area-home-action-deps/node.tar.xz
|
||||
tar xvJf study-area-home-action-deps/node.tar.xz
|
||||
mv node-*-linux-* node
|
||||
export PATH=$(pwd)/node/bin:$PATH
|
||||
export PATH=./node/bin:$PATH:./node/bin
|
||||
- name: Check node
|
||||
run: |
|
||||
ls study-area-home-action-deps
|
||||
echo "------------"
|
||||
ls .
|
||||
echo "------------"
|
||||
node -v
|
||||
- name: Prepare NPM source
|
||||
run: |
|
||||
npm config set registry https://registry.npmmirror.com
|
||||
|
|
Loading…
Reference in New Issue