File tree 2 files changed +4
-12
lines changed
2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,10 @@ jobs:
16
16
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v2
20
-
21
- - uses : actions/setup-node@v1
22
- with :
23
- node-version : 10.x
19
+ uses : actions/checkout@v4
24
20
25
21
- name : Install Proxy
26
- run : npm install o_o -g --registry=https://registry.npm.taobao.org
22
+ run : npm install o_o -g
27
23
28
24
- name : Start Proxy
29
25
run : o_o &
Original file line number Diff line number Diff line change @@ -16,14 +16,10 @@ jobs:
16
16
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v2
20
-
21
- - uses : actions/setup-node@v1
22
- with :
23
- node-version : 10.x
19
+ uses : actions/checkout@v4
24
20
25
21
- name : Install Proxy
26
- run : npm install o_o -g --registry=https://registry.npm.taobao.org
22
+ run : npm install o_o -g
27
23
28
24
- name : Start Proxy
29
25
run : o_o &
You can’t perform that action at this time.
0 commit comments