Skip to content

Test Setup Node with MirrorURL #25

Test Setup Node with MirrorURL

Test Setup Node with MirrorURL #25

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@add-mirror-url
with:
node-version: '19'
mirrorURL: 'https://nodejs.org/dist/'