File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- name : Test Setup Node with MirrorURL (Nightly Builds)
1+ name : Test Setup Node with MirrorURL
22
33on :
44 workflow_dispatch :
@@ -12,10 +12,10 @@ jobs:
1212 - name : Checkout code
1313 uses : actions/checkout@v4
1414
15- # Step 2: Set up Node.js with nightly version and mirror URL
16- - name : Set up Node.js (Nightly Build) with mirrorURL
15+ # Step 2: Set up Node.js with mirror URL
16+ - name : Set up Node.js with mirrorURL
1717 uses : aparnajyothi-y/setup-node@add-mirror-url
1818 with :
19- node-version : ' 20' # Specify nightly build version
20- mirror-url : ' https:/giehdkejche/ ' # Use the nightly distribution URL
21- check-latest : false # Optional: Set to false to not check for the latest version
19+ node-version : ' 20'
20+ check-latest : false
21+ mirror-url : ' https://nodejs.org/dist/ '
You can’t perform that action at this time.
0 commit comments