Skip to content

Commit c2882ba

Browse files
Update test#134.yml
1 parent 9f6f7e3 commit c2882ba

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/test#134.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
name: PR134
1+
name: Test Setup Node with MirrorURL
22

33
on:
4-
54
workflow_dispatch:
65

7-
86
jobs:
9-
build:
10-
runs-on: macos-13
7+
setup-node:
8+
runs-on: ubuntu-latest
119
steps:
12-
- uses: actions/checkout@v4
13-
- uses: gowridurgad/setup-node@gowri-36
10+
- name: Checkout code
11+
uses: actions/checkout@v4
12+
13+
- name: Set up Node.js with mirrorURL
14+
uses: aparnajyothi-y/setup-node@mirror-url
1415
with:
15-
node-version: 16
16-
17-
mirror-url : "https://nodejs.org/dist/"
16+
node-version: '20'
17+
mirror-url: 'https://my-mirror-url.com'

0 commit comments

Comments
 (0)