|
@@ -5,11 +5,13 @@ name: default
|
|
steps:
|
|
steps:
|
|
|
|
|
|
- name: install-node
|
|
- name: install-node
|
|
- image: node:16.12.2
|
|
|
|
|
|
+ image: node:16.10.0
|
|
commands:
|
|
commands:
|
|
- npm config set registry https://registry.npmmirror.com
|
|
- npm config set registry https://registry.npmmirror.com
|
|
- yarn config set registry https://registry.npmmirror.com
|
|
- yarn config set registry https://registry.npmmirror.com
|
|
- yarn config list
|
|
- yarn config list
|
|
|
|
+ - yarn config set proxy http://192.168.1.5:10809 -g
|
|
|
|
+ - yarn config set https-proxy http://192.168.1.5:10809 -g
|
|
- yarn install
|
|
- yarn install
|
|
- yarn build:test
|
|
- yarn build:test
|
|
|
|
|