File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed
Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments