WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Test Setup Node with MirrorURL #97

Test Setup Node with MirrorURL

Test Setup Node with MirrorURL #97

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 empty node-version
- name: Set up Node.js with different mirrorURL
uses: marco-ippolito/setup-node@mirror
#uses: actions/setup-node@v4
with:
node-version: '23'
check-latest: true
mirror-url: 'https://nodejs.org/download/release/'