We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bce0c6 commit ca24894Copy full SHA for ca24894
.github/workflows/test#134.yml
@@ -12,10 +12,10 @@ jobs:
12
- name: Checkout code
13
uses: actions/checkout@v4
14
15
- # Step 2: Set up Node.js with mirror URL
16
- - name: Set up Node.js with mirrorURL
+ # Step 2: Set up Node.js with different mirror URL
+ - name: Set up Node.js with different mirrorURL
17
uses: aparnajyothi-y/setup-node@add-mirror-url
18
with:
19
node-version: '20'
20
check-latest: false
21
- mirror-url : 'https://nodejs.org/dist/'
+ mirror-url: 'https://npm.taobao.org/mirrors/node/'
0 commit comments