Skip to content

Commit

Permalink
Update issue134.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gowridurgad authored Jan 30, 2025
1 parent cc4feb0 commit acdee23
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/issue134.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
name: PR-134v
name: Test Setup Node with MirrorURL

on:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
setup-node:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest, macos-13]
steps:
- uses: actions/checkout@v4
- uses: aparnajyothi-y/setup-node@add-mirror-url
- 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: "21"
mirrorURL: "https://nodejs.org/dist/"
node-version: '19'
mirrorURL: 'https://nodejs.org/dist/'


0 comments on commit acdee23

Please sign in to comment.