Skip to content

Commit b04fb13

Browse files
Update test#134.yml
1 parent 3c6cc3a commit b04fb13

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

.github/workflows/test#134.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,6 @@ jobs:
1616
- name: Set up Node.js (Nightly Build) with mirrorURL
1717
uses: aparnajyothi-y/setup-node@add-mirror-url
1818
with:
19-
node-version: '21-nightly' # Specify nightly build version
20-
##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
24-
- name: Verify Node.js installation
25-
run: |
26-
node -v # Verify Node.js version (should be a nightly version)
27-
npm -v # Verify npm version
28-
29-
# Step 4: Additional validation (Optional) - Check if the mirror URL is being used
30-
- name: Check Mirror URL in setup
31-
run: |
32-
echo "Mirror URL used: https://nodejs.org/download/nightly/"
19+
node-version: '20' # Specify nightly build version
20+
mirror-url: 'https://nodejs.org/dist/test' # Use the nightly distribution URL
21+
check-latest: false # Optional: Set to false to not check for the latest version

0 commit comments

Comments
 (0)