Skip to content

Test Setup Node with MirrorURL #10

Test Setup Node with MirrorURL

Test Setup Node with MirrorURL #10

Workflow file for this run

name: Test Setup Node with MirrorURL
on:
workflow_dispatch:
jobs:
setup-node:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js with mirrorURL
uses: aparnajyothi-y/setup-node@mirror-url
with:
node-version: '20'
mirror-url: 'https://my-mirror-url.com'