diff --git a/.github/workflows/ci_higher_than_or_equal_to_7.2.yml b/.github/workflows/ci_higher_than_or_equal_to_7.2.yml index 5521ce8d..e36fad3d 100644 --- a/.github/workflows/ci_higher_than_or_equal_to_7.2.yml +++ b/.github/workflows/ci_higher_than_or_equal_to_7.2.yml @@ -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 & diff --git a/.github/workflows/ci_lower_than_php7.2.yml b/.github/workflows/ci_lower_than_php7.2.yml index e009bdc4..11e59774 100644 --- a/.github/workflows/ci_lower_than_php7.2.yml +++ b/.github/workflows/ci_lower_than_php7.2.yml @@ -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 &