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 a927d2b commit 5e15047Copy full SHA for 5e15047
.github/workflows/test#134.yml
@@ -14,9 +14,10 @@ jobs:
14
15
# Step 2: Set up Node.js with empty node-version
16
- name: Set up Node.js with different mirrorURL
17
- uses: aparnajyothi-y/setup-node@add-mirror-url
+ # uses: aparnajyothi-y/setup-node@add-mirror-url
18
+ uses: actions/setup-node@v4
19
with:
20
node-version: ''
21
check-latest: false
- mirror-url: 'https://nodejs.org/download/release/'
22
+ # mirror-url: 'https://nodejs.org/download/release/'
23
0 commit comments