Skip to content

Test Setup Node with MirrorURL #74

Test Setup Node with MirrorURL

Test Setup Node with MirrorURL #74

Workflow file for this run

name: Test Setup Node with MirrorURL
on:
workflow_dispatch:
jobs:
setup-node:
runs-on: macos-latest
steps:
# Step 1: Checkout the repository
- name: Checkout code
uses: actions/checkout@v4
# 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'
check-latest: false
mirror-url : 'https://nodejs.org/dist/'