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 ef024e9 commit 3c6cc3aCopy full SHA for 3c6cc3a
.github/workflows/test#134.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: aparnajyothi-y/setup-node@add-mirror-url
18
with:
19
node-version: '21-nightly' # Specify nightly build version
20
- mirror-url: 'https://nodejs.org/download/nightly/aaaa' # Use the nightly distribution URL
+ ##mirror-url: 'https://nodejs.org/download/nightly/aaaa' # Use the nightly distribution URL
21
check-latest: false # Optional: Set to false to not check for the latest version (if required)
22
23
# Step 3: Verify Node.js installation and the mirror URL functionality
0 commit comments