Skip to content

Commit ca24894

Browse files
Update test#134.yml
1 parent 9bce0c6 commit ca24894

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test#134.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- name: Checkout code
1313
uses: actions/checkout@v4
1414

15-
# Step 2: Set up Node.js with mirror URL
16-
- name: Set up Node.js with mirrorURL
15+
# Step 2: Set up Node.js with different mirror URL
16+
- name: Set up Node.js with different mirrorURL
1717
uses: aparnajyothi-y/setup-node@add-mirror-url
1818
with:
1919
node-version: '20'
2020
check-latest: false
21-
mirror-url : 'https://nodejs.org/dist/'
21+
mirror-url: 'https://npm.taobao.org/mirrors/node/'

0 commit comments

Comments
 (0)