Skip to content

Commit 9c87c85

Browse files
committed
update github actions
1 parent 8e6d69f commit 9c87c85

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

.github/workflows/ci_higher_than_or_equal_to_7.2.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,10 @@ jobs:
1616

1717
steps:
1818
- 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
2420

2521
- name: Install Proxy
26-
run: npm install o_o -g --registry=https://registry.npm.taobao.org
22+
run: npm install o_o -g
2723

2824
- name: Start Proxy
2925
run: o_o &

.github/workflows/ci_lower_than_php7.2.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,10 @@ jobs:
1616

1717
steps:
1818
- 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
2420

2521
- name: Install Proxy
26-
run: npm install o_o -g --registry=https://registry.npm.taobao.org
22+
run: npm install o_o -g
2723

2824
- name: Start Proxy
2925
run: o_o &

0 commit comments

Comments
 (0)