Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed Jul 8, 2024
1 parent 8e6d69f commit 9c87c85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci_higher_than_or_equal_to_7.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2

- uses: actions/setup-node@v1
with:
node-version: 10.x
uses: actions/checkout@v4

- name: Install Proxy
run: npm install o_o -g --registry=https://registry.npm.taobao.org
run: npm install o_o -g

- name: Start Proxy
run: o_o &
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/ci_lower_than_php7.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2

- uses: actions/setup-node@v1
with:
node-version: 10.x
uses: actions/checkout@v4

- name: Install Proxy
run: npm install o_o -g --registry=https://registry.npm.taobao.org
run: npm install o_o -g

- name: Start Proxy
run: o_o &
Expand Down

0 comments on commit 9c87c85

Please sign in to comment.