Test Setup Node with MirrorURL #18
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: '18' | |
mirrorURL: 'https://nodejs.org/dist/' |