Skip to content

Commit

Permalink
Update test#134.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aparnajyothi-y authored Feb 4, 2025
1 parent 2f6f234 commit 9bce0c6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test#134.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Setup Node with MirrorURL (Nightly Builds)
name: Test Setup Node with MirrorURL

on:
workflow_dispatch:
Expand All @@ -12,10 +12,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

# Step 2: Set up Node.js with nightly version and mirror URL
- name: Set up Node.js (Nightly Build) with mirrorURL
# Step 2: Set up Node.js with mirror URL
- name: Set up Node.js with mirrorURL
uses: aparnajyothi-y/setup-node@add-mirror-url
with:
node-version: '20' # Specify nightly build version
mirror-url: 'https:/giehdkejche/' # Use the nightly distribution URL
check-latest: false # Optional: Set to false to not check for the latest version
node-version: '20'
check-latest: false
mirror-url : 'https://nodejs.org/dist/'

0 comments on commit 9bce0c6

Please sign in to comment.