Skip to content

Commit 9bce0c6

Browse files
Update test#134.yml
1 parent 2f6f234 commit 9bce0c6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test#134.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test Setup Node with MirrorURL (Nightly Builds)
1+
name: Test Setup Node with MirrorURL
22

33
on:
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/'

0 commit comments

Comments
 (0)